Skip to content

Commit 2bd7166

Browse files
committed
fixed function arguments not conforming to enforced typing
1 parent 8cd1255 commit 2bd7166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/commands/v2/pysa_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
LOG: logging.Logger = logging.getLogger(__name__)
3737

38-
PYSA_HANDLER_OBJ = None
38+
PYSA_HANDLER_OBJ: None
3939

4040

4141
class PysaServer:

0 commit comments

Comments
 (0)