Commit 70788720 authored by Duggan, John's avatar Duggan, John
Browse files

Fix lint

parent f11f5e02
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -69,6 +69,7 @@ class TrameCommunicator(Communicator):

    @override
    def connect(self, connector: Any = None) -> ConnectCallbackType:
        new_connection: Union[CallBackConnection, StateConnection]
        if is_callable(connector):
            new_connection = CallBackConnection(self, connector)
        else: