Fix flake8 error

new per Flake 7.2.0; flake is right though
This commit is contained in:
Klaas van Schelven
2025-03-31 10:01:08 +02:00
parent 524f5ea45e
commit 352f28aa2d

View File

@@ -32,8 +32,6 @@ def different_runtime_limit(seconds):
@contextmanager
def limit_runtime(conn):
global _runtime_limit
start = time.time()
def check_time():