Remove unused imports

This commit is contained in:
Hugh Brown
2026-03-04 12:06:24 -07:00
committed by Abhimanyu Saharan
parent 3f333e1592
commit 0a749db2c4
2 changed files with 1 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ from __future__ import annotations
import ipaddress
import re
from ipaddress import IPv4Address, IPv4Network, IPv6Address, IPv6Network
from ipaddress import IPv4Network, IPv6Network
from typing import TYPE_CHECKING
from app.core.logging import get_logger

View File

@@ -4,8 +4,6 @@ from __future__ import annotations
from unittest.mock import patch
import pytest
from app.core.client_ip import (
_extract_from_forwarded,
_extract_from_x_forwarded_for,