Skip to content

Commit 14379bd

Browse files
committed
Clean up imports
1 parent 76dc816 commit 14379bd

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tests/reader_test.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,15 @@
33

44
from __future__ import unicode_literals
55

6-
import logging
76
import ipaddress
8-
import mock
97
import os
108
import sys
119
import threading
12-
1310
from multiprocessing import Process, Pipe
1411

15-
import maxminddb
12+
import mock
1613

17-
from maxminddb.compat import compat_ip_address
14+
import maxminddb
1815

1916
try:
2017
import maxminddb.extension

0 commit comments

Comments
 (0)