mirror of
https://github.com/bugsink/bugsink.git
synced 2025-12-30 09:50:11 -06:00
Fix flake8 error
new per Flake 7.2.0; flake is right though
This commit is contained in:
@@ -32,8 +32,6 @@ def different_runtime_limit(seconds):
|
||||
|
||||
@contextmanager
|
||||
def limit_runtime(conn):
|
||||
global _runtime_limit
|
||||
|
||||
start = time.time()
|
||||
|
||||
def check_time():
|
||||
|
||||
Reference in New Issue
Block a user