Skip to content

Commit 036361f

Browse files
committed
Remove unused import
1 parent 93ce994 commit 036361f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_url.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
import unittest
33
from inspect import isclass
4-
from typing import Any, Optional, Union, Type, Callable, cast, Tuple, List
4+
from typing import Any, Optional, Union, Type, Callable, Tuple, List
55
from urllib.parse import urlparse
66

77
import pytest

0 commit comments

Comments
 (0)