mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-12 23:37:14 +03:00
companion.py: Minor typing cleanup
This commit is contained in:
parent
6b9ec285fd
commit
468a9effe5
@ -1048,7 +1048,7 @@ class Session(object):
|
||||
)
|
||||
|
||||
def fleetcarrier(
|
||||
self, query_time: int, tk_response_event: Optional[str] = None,
|
||||
self, query_time: int, tk_response_event: str | None = None,
|
||||
play_sound: bool = False, auto_update: bool = False
|
||||
) -> None:
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user