Skip to content

Commit 4c731c4

Browse files
author
matmoncon
committed
chore: remove unused imports [skip ci]
1 parent 8a4b93d commit 4c731c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyneo4j_ogm/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Exceptions module for Pyneo4j OGM.
33
"""
44

5-
from typing import Any, List, Set, Union
5+
from typing import Any, List
66

77

88
class Pyneo4jException(Exception):

0 commit comments

Comments
 (0)