From 867bbed94869305a196e4d74b7bdcc0b500d499e Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Sat, 14 Feb 2026 09:57:24 +0100 Subject: [PATCH] Update tests/test_registrator.py --- tests/test_registrator.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/test_registrator.py b/tests/test_registrator.py index 079401c..58c5ce2 100644 --- a/tests/test_registrator.py +++ b/tests/test_registrator.py @@ -1,10 +1,9 @@ import importlib +import logging import sys from datetime import datetime as real_datetime -import logging -import pytest - +import requests def import_registrator_safely(monkeypatch): """