summaryrefslogtreecommitdiff
path: root/gitlab/tests/test_config.py
diff options
context:
space:
mode:
authorJohn L. Villalovos <john@sodarock.com>2021-04-17 14:20:05 -0700
committerJohn L. Villalovos <john@sodarock.com>2021-04-18 08:24:40 -0700
commitff21eb664871904137e6df18308b6e90290ad490 (patch)
tree27d27ca27dd6aad41de74fa4fcf2a1c93b29bd24 /gitlab/tests/test_config.py
parent630901b30911af01da5543ca609bd27bc5a1a44c (diff)
downloadgitlab-ff21eb664871904137e6df18308b6e90290ad490.tar.gz
chore: fix F401 errors reported by flake8
F401: Module imported but unused https://www.flake8rules.com/rules/F401.html
Diffstat (limited to 'gitlab/tests/test_config.py')
-rw-r--r--gitlab/tests/test_config.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab/tests/test_config.py b/gitlab/tests/test_config.py
index b456cff..18b54c8 100644
--- a/gitlab/tests/test_config.py
+++ b/gitlab/tests/test_config.py
@@ -16,7 +16,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import os
-import unittest
from textwrap import dedent
import mock