Skip to content

Commit 7b847b2

Browse files
committed
fix: remove unused imports
1 parent 0778c83 commit 7b847b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymysqlreplication/tests/test_basic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import sys
66
import time
77
import pymysql
8-
from typing import List, Type, Union, Optional, Tuple, Dict, Any, Callable
8+
from typing import List, Type
99

1010
if sys.version_info < (2, 7):
1111
import unittest2 as unittest

0 commit comments

Comments
 (0)