1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 15:57:14 +03:00

removed old comment

This commit is contained in:
A_D 2021-08-09 15:31:00 +02:00
parent e7e210cc87
commit 1712390732
No known key found for this signature in database
GPG Key ID: 4BE9EB7DF45076C4

View File

@ -687,7 +687,7 @@ def worker() -> None: # noqa: CCR001 C901 # Cant be broken up currently
f'"Location" event in pending passed should_send(),timestamp: {p["timestamp"]}'
)
creds = credentials(cmdr) # TODO: possibly unbound
creds = credentials(cmdr)
if creds is None:
raise ValueError("Unexpected lack of credentials")