Skip to content

Commit fcc1e32

Browse files
committed
fix pylint
1 parent f829c5f commit fcc1e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/storage/tests/unit/test_db_data_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# pylint: disable=W0613
33
from collections.abc import Awaitable, Callable
44
from pathlib import Path
5-
from typing import Any, Awaitable, Callable, Literal, NamedTuple
5+
from typing import Any, Literal, NamedTuple
66

77
import pytest
88
from faker import Faker

0 commit comments

Comments
 (0)