mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-19 02:17:38 +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(
|
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
|
play_sound: bool = False, auto_update: bool = False
|
||||||
) -> None:
|
) -> None:
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user