Skip to content

Commit 46244f6

Browse files
committed
ref(async-sqlite-cache): remove unnecessary *E402* noqa code
1 parent 26bc625 commit 46244f6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/toggl_api/asyncio/_async_sqlite_cache.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
"""SQLite cache module."""
2-
# ruff: noqa: E402
32

43
from __future__ import annotations
54

tests/test_meta/test_cache.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ def test_query_parent(tmp_path):
245245

246246

247247
# FIX:: Flaky test that will fail occasionally on windows testing.
248+
# NOTE: Suspicion that time accuracy is the causing issues.
248249
@pytest.mark.unit
249250
@pytest.mark.flaky(rerun_except="AssertionError", reruns=3)
250251
def test_cache_sync(

0 commit comments

Comments
 (0)