From b98e1a664e2db135352893c300a07db6dde0f1aa Mon Sep 17 00:00:00 2001 From: Mike Montano Date: Thu, 30 Nov 2023 03:36:27 -0600 Subject: [PATCH] Mypy fixed return type --- logpyle/runalyzer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logpyle/runalyzer.py b/logpyle/runalyzer.py index e6dc6a7..7c47a56 100644 --- a/logpyle/runalyzer.py +++ b/logpyle/runalyzer.py @@ -458,7 +458,7 @@ def my_sprintf(format: str, arg: str) -> str: # }}} -def is_gathered(conn: sqlite3.Connection): +def is_gathered(conn: sqlite3.Connection) -> bool: gathered = False # get a list of tables with the name of 'runs' res = list(conn.execute("""