refactor: fix linter errors

This commit is contained in:
Juro Oravec 2024-04-14 16:48:55 +02:00
parent e6725c8445
commit fd9c441024
2 changed files with 0 additions and 2 deletions

View file

@ -158,4 +158,3 @@ class TestFilepathToPythonModule(SimpleTestCase):
_filepath_to_python_module(Path("tests\\components\\relative_file\\relative_file.py")),
"tests.components.relative_file.relative_file",
)