We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0778c83 commit 7b847b2Copy full SHA for 7b847b2
pymysqlreplication/tests/test_basic.py
@@ -5,7 +5,7 @@
5
import sys
6
import time
7
import pymysql
8
-from typing import List, Type, Union, Optional, Tuple, Dict, Any, Callable
+from typing import List, Type
9
10
if sys.version_info < (2, 7):
11
import unittest2 as unittest
0 commit comments