Skip to content

Commit 051d58a

Browse files
committed
Fix flake
1 parent a2fd86c commit 051d58a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from unittest import mock
2-
from datetime import datetime, timezone, timedelta
2+
from datetime import datetime, timezone
33

44
import pytest
55
from fyle.platform import Platform
@@ -347,7 +347,7 @@ def add_category_test_expense_group(db, add_category_test_expense):
347347

348348

349349
@pytest.fixture
350-
def get_or_create_task_log(db):
350+
def get_or_create_task_log(db): # noqa: ANN204
351351
"""
352352
Fixture to get or create a TaskLog for an expense group
353353
Returns a function that can be called with expense_group and optional parameters

0 commit comments

Comments
 (0)