Skip to content
Snippets Groups Projects
Commit 0b1d12c9 authored by Rajmund Hruška's avatar Rajmund Hruška
Browse files

Fix: Remove unused imports. (Redmine issue: #7494)

parent ee7be10b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -10,7 +10,6 @@ Unit tests for :py:mod:`hawat.blueprints.devtools`.
"""
import sys
import unittest
import hawat.const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment