Skip to content

Commit

Permalink
test(test_git.py): F401 'typing.Union' imported but unused
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-hawk committed Oct 25, 2020
1 parent a62354f commit 6370be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_git.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import inspect
from typing import List, Optional, Union
from typing import List, Optional

import pytest

Expand Down

0 comments on commit 6370be0

Please sign in to comment.