From 0b1d12c9991e98c9f5260ff9c486f7a9ecf5183b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rajmund=20Hru=C5=A1ka?= <rajmund.hruska@cesnet.cz> Date: Mon, 25 Jul 2022 14:29:56 +0200 Subject: [PATCH] Fix: Remove unused imports. (Redmine issue: #7494) --- lib/hawat/blueprints/auth/test/__init__.py | 1 - lib/hawat/blueprints/auth_api/test/__init__.py | 1 - lib/hawat/blueprints/changelogs/test/__init__.py | 1 - lib/hawat/blueprints/devtools/test/__init__.py | 1 - 4 files changed, 4 deletions(-) diff --git a/lib/hawat/blueprints/auth/test/__init__.py b/lib/hawat/blueprints/auth/test/__init__.py index 639b58e31..b5009468c 100644 --- a/lib/hawat/blueprints/auth/test/__init__.py +++ b/lib/hawat/blueprints/auth/test/__init__.py @@ -15,7 +15,6 @@ Unit tests for :py:mod:`hawat.blueprints.auth`. __author__ = "Jan Mach <jan.mach@cesnet.cz>" __credits__ = "Pavel Kácha <pavel.kacha@cesnet.cz>, Andrea Kropáčová <andrea.kropacova@cesnet.cz>" -import sys import unittest from hawat.test import HawatTestCase diff --git a/lib/hawat/blueprints/auth_api/test/__init__.py b/lib/hawat/blueprints/auth_api/test/__init__.py index 35961e109..c1326f27f 100644 --- a/lib/hawat/blueprints/auth_api/test/__init__.py +++ b/lib/hawat/blueprints/auth_api/test/__init__.py @@ -15,7 +15,6 @@ Unit tests for :py:mod:`hawat.blueprints.auth_api`. __author__ = "Jan Mach <jan.mach@cesnet.cz>" __credits__ = "Pavel Kácha <pavel.kacha@cesnet.cz>, Andrea Kropáčová <andrea.kropacova@cesnet.cz>" -import sys import unittest import hawat.const diff --git a/lib/hawat/blueprints/changelogs/test/__init__.py b/lib/hawat/blueprints/changelogs/test/__init__.py index 6a58ca51b..76c4a4c09 100644 --- a/lib/hawat/blueprints/changelogs/test/__init__.py +++ b/lib/hawat/blueprints/changelogs/test/__init__.py @@ -15,7 +15,6 @@ Unit tests for :py:mod:`hawat.blueprints.changelogs`. __author__ = "Jan Mach <jan.mach@cesnet.cz>" __credits__ = "Pavel Kácha <pavel.kacha@cesnet.cz>, Andrea Kropáčová <andrea.kropacova@cesnet.cz>" -import sys import unittest import hawat.const diff --git a/lib/hawat/blueprints/devtools/test/__init__.py b/lib/hawat/blueprints/devtools/test/__init__.py index a56295055..d51e87650 100644 --- a/lib/hawat/blueprints/devtools/test/__init__.py +++ b/lib/hawat/blueprints/devtools/test/__init__.py @@ -10,7 +10,6 @@ Unit tests for :py:mod:`hawat.blueprints.devtools`. """ -import sys import unittest import hawat.const -- GitLab