From f4c22652444d481e03ce27adc0317f324177609e Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Fri, 11 Mar 2022 18:47:48 +0100 Subject: Sort imports with isort --- tests/test_commands.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_commands.py') 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 -- cgit v1.2.3