fix: remove unused variable to pass ruff lint
This commit is contained in:
parent
e47efee6b6
commit
714fb366d0
1 changed files with 1 additions and 1 deletions
|
|
@ -505,7 +505,7 @@ class TestRetryCount:
|
||||||
engine._conn.commit()
|
engine._conn.commit()
|
||||||
|
|
||||||
with patch.object(engine, "_api_request") as mock_api:
|
with patch.object(engine, "_api_request") as mock_api:
|
||||||
result = engine._push_pending_ops()
|
engine._push_pending_ops()
|
||||||
|
|
||||||
# Op should be deleted (skipped), API never called
|
# Op should be deleted (skipped), API never called
|
||||||
cursor = engine._conn.execute("SELECT COUNT(*) as cnt FROM pending_ops")
|
cursor = engine._conn.execute("SELECT COUNT(*) as cnt FROM pending_ops")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue