Skip to content

Commit 01b617a

Browse files
committed
remove unused import
1 parent 1e36a28 commit 01b617a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lpdb_python/async_session/async_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import aiohttp
66

7-
from ..session import AbstractLpdbSession, LpdbDataType, LpdbError
7+
from ..session import AbstractLpdbSession, LpdbDataType
88

99
__all__ = ["AsyncLpdbSession"]
1010

0 commit comments

Comments
 (0)