From 17123907321c7eb495cea3a4bca356849fbb68f2 Mon Sep 17 00:00:00 2001 From: A_D Date: Mon, 9 Aug 2021 15:31:00 +0200 Subject: [PATCH] removed old comment --- plugins/edsm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/edsm.py b/plugins/edsm.py index cf5daafd..bb3370af 100644 --- a/plugins/edsm.py +++ b/plugins/edsm.py @@ -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")