summaryrefslogtreecommitdiff
path: root/gitlab/tests/test_base.py
diff options
context:
space:
mode:
authorCyril Jouve <jv.cyril@gmail.com>2019-10-12 20:56:13 +0200
committerCyril Jouve <jv.cyril@gmail.com>2019-10-13 19:42:15 +0200
commit33b180120f30515d0f76fcf635cb8c76045b1b42 (patch)
tree3e91875b3782b9f92af937248ab6e10d0a67ab10 /gitlab/tests/test_base.py
parent67a9c1f1c62393b02919d25bcc98c3683d92576a (diff)
downloadgitlab-33b180120f30515d0f76fcf635cb8c76045b1b42.tar.gz
feat(test): unused unittest2, type -> isinstance
Diffstat (limited to 'gitlab/tests/test_base.py')
-rw-r--r--gitlab/tests/test_base.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/gitlab/tests/test_base.py b/gitlab/tests/test_base.py
index 4aa280c..5a43b1d 100644
--- a/gitlab/tests/test_base.py
+++ b/gitlab/tests/test_base.py
@@ -16,11 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import pickle
-
-try:
- import unittest
-except ImportError:
- import unittest2 as unittest
+import unittest
from gitlab import base