diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/rules/test_fix_alt_space.py b/tests/rules/test_fix_alt_space.py index 2e8eea9..c27d3d2 100644 --- a/tests/rules/test_fix_alt_space.py +++ b/tests/rules/test_fix_alt_space.py @@ -1,3 +1,5 @@ +# -*- encoding: utf-8 -*- + from thefuck.rules.fix_alt_space import match, get_new_command from tests.utils import Command