We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sys.path
1 parent e8bed66 commit e087376Copy full SHA for e087376
tests/database_test.py
@@ -4,11 +4,8 @@
4
from __future__ import unicode_literals
5
6
import ipaddress
7
-import sys
8
import unittest
9
10
-sys.path.append("..")
11
-
12
import geoip2.database
13
import geoip2.errors
14
import maxminddb
tests/models_test.py
@@ -7,8 +7,6 @@
from typing import Dict
import geoip2.models
tests/webservice_test.py
@@ -4,8 +4,6 @@
import asyncio
import copy
-import json
from typing import cast, Dict
from pytest_httpserver import HeaderValueMatcher
@@ -14,7 +12,6 @@
from collections import defaultdict
15
16
17
18
import geoip2
19
from geoip2.errors import (
20
AddressNotFoundError,
0 commit comments