rename to match PyPI project name

This commit is contained in:
2024-04-27 18:43:08 +01:00
parent 915adcf054
commit 732bee7b4f
11 changed files with 12 additions and 12 deletions

View File

@ -2,7 +2,7 @@
"""MODULE: Provides test cases for app/query_normalisation.py."""
from pypilot.query_normalisation import ( # pragma: no cover
from ipilot.query_normalisation import ( # pragma: no cover
get_public_ip,
is_ip_address,
resolve_domain_name,