diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-03-11 18:47:48 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-03-11 18:47:48 +0100 |
commit | f4c22652444d481e03ce27adc0317f324177609e (patch) | |
tree | d9e65dba56e83e8a44f2417d9c46b711be6d3d85 /tests/test_commands.py | |
parent | 501f3a85959e25cb8b3cdb089ba111ec3b83e9e4 (diff) |
Sort imports with isort
Diffstat (limited to 'tests/test_commands.py')
-rw-r--r-- | tests/test_commands.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_commands.py b/tests/test_commands.py index 2f3fa8c..83f5c5e 100644 --- a/tests/test_commands.py +++ b/tests/test_commands.py @@ -5,6 +5,7 @@ import tempfile import unittest from lesana import command + from . import utils |