Remove a bunch of unused imports

This commit is contained in:
Jaime van Kessel 2019-11-08 13:38:42 +01:00
parent c22281ad9c
commit 00078fd659
No known key found for this signature in database
GPG key ID: 3710727397403C91
16 changed files with 15 additions and 32 deletions

View file

@ -5,7 +5,6 @@ import configparser # An input for some functions we're testing.
import os.path # To find the integration test .ini files.
import pytest # To register tests with.
import unittest.mock # To mock the application, plug-in and container registry out.
import os.path
import sys
sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__)), ".."))