summaryrefslogtreecommitdiffhomepage
path: root/libs/tld/tests/test_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'libs/tld/tests/test_commands.py')
-rw-r--r--libs/tld/tests/test_commands.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/libs/tld/tests/test_commands.py b/libs/tld/tests/test_commands.py
index aadbf6bfc..7c9abe2d9 100644
--- a/libs/tld/tests/test_commands.py
+++ b/libs/tld/tests/test_commands.py
@@ -1,14 +1,13 @@
# -*- coding: utf-8 -*-
import logging
-import unittest
-
import subprocess
+import unittest
-from .base import log_info, internet_available_only
+from .base import internet_available_only, log_info
__author__ = "Artur Barseghyan"
-__copyright__ = "2013-2021 Artur Barseghyan"
+__copyright__ = "2013-2023 Artur Barseghyan"
__license__ = "GPL 2.0/LGPL 2.1"
__all__ = ("TestCommands",)