We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sys.path
1 parent 0c8345e commit a975598Copy full SHA for a975598
3 files changed
tests/database_test.py
@@ -1,11 +1,8 @@
1
import datetime
2
import ipaddress
3
-import sys
4
import unittest
5
from unittest.mock import MagicMock, patch
6
7
-sys.path.append("..")
8
-
9
import maxminddb
10
11
import geoip2.database
tests/models_test.py
@@ -1,10 +1,7 @@
from typing import ClassVar
import geoip2.models
tests/webservice_test.py
@@ -3,7 +3,6 @@
import asyncio
import copy
from abc import ABC, abstractmethod
from collections import defaultdict
@@ -13,7 +12,6 @@
13
12
import pytest_httpserver
14
from pytest_httpserver import HeaderValueMatcher
15
16
17
import geoip2
18
from geoip2.errors import (
19
AddressNotFoundError,
0 commit comments