summaryrefslogtreecommitdiff
path: root/gitlab/tests/test_utils.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_utils.py
parent67a9c1f1c62393b02919d25bcc98c3683d92576a (diff)
downloadgitlab-33b180120f30515d0f76fcf635cb8c76045b1b42.tar.gz
feat(test): unused unittest2, type -> isinstance
Diffstat (limited to 'gitlab/tests/test_utils.py')
-rw-r--r--gitlab/tests/test_utils.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/gitlab/tests/test_utils.py b/gitlab/tests/test_utils.py
index f84f954..b57deda 100644
--- a/gitlab/tests/test_utils.py
+++ b/gitlab/tests/test_utils.py
@@ -15,10 +15,7 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-try:
- import unittest
-except ImportError:
- import unittest2 as unittest
+import unittest
from gitlab import utils