From 48bcb11983e9c409fc68db0f2c751840d0080dcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Sat, 23 Sep 2023 09:03:09 +0100 Subject: [PATCH] Rearrange imports for blacklist init core test --- tests/core/blacklist/init/main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/core/blacklist/init/main.py b/tests/core/blacklist/init/main.py index a47db085d..664aaf7e7 100644 --- a/tests/core/blacklist/init/main.py +++ b/tests/core/blacklist/init/main.py @@ -1,9 +1,8 @@ from datetime import date from gzip import GzipFile from io import BytesIO -from os import getenv +from os import getenv, sep from maxminddb import MODE_FD, open_database -from os.path import join, sep from pathlib import Path from requests import get