diff --git a/ci-scripts/no_pot_creation_date.py b/ci-scripts/no_pot_creation_date.py index 7d6c3e2..894cc4c 100644 --- a/ci-scripts/no_pot_creation_date.py +++ b/ci-scripts/no_pot_creation_date.py @@ -1,4 +1,4 @@ -from pathlib import Path +from pathlib import Path # noqa: INP001 pot_path = Path(__file__).parent.parent / "package_build" / "locale" / "messages.pot"