Skip to content

Commit 6370be0

Browse files
test(test_git.py): F401 'typing.Union' imported but unused
1 parent a62354f commit 6370be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import inspect
2-
from typing import List, Optional, Union
2+
from typing import List, Optional
33

44
import pytest
55

0 commit comments

Comments
 (0)