diff --git a/src/mxmake/tests/test_hook.py b/src/mxmake/tests/test_hook.py index 0fef7ab..13238f2 100644 --- a/src/mxmake/tests/test_hook.py +++ b/src/mxmake/tests/test_hook.py @@ -1,7 +1,6 @@ from mxmake import hook from mxmake import testing -import io import mxdev import os import pathlib diff --git a/src/mxmake/tests/test_templates.py b/src/mxmake/tests/test_templates.py index 409c17a..26a7a78 100644 --- a/src/mxmake/tests/test_templates.py +++ b/src/mxmake/tests/test_templates.py @@ -6,7 +6,6 @@ from mxmake import topics from mxmake import utils -import io import mxdev import os import pathlib