From ff82c88df5794dbf0020989cfc52412cefc4c176 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Mon, 29 May 2017 22:48:53 +0200 Subject: Tests and fixes for the http_* methods --- gitlab/exceptions.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gitlab/exceptions.py') diff --git a/gitlab/exceptions.py b/gitlab/exceptions.py index 9f27c21..c9048a5 100644 --- a/gitlab/exceptions.py +++ b/gitlab/exceptions.py @@ -55,10 +55,6 @@ class GitlabHttpError(GitlabError): pass -class GitlaParsingError(GitlabHttpError): - pass - - class GitlabListError(GitlabOperationError): pass -- cgit v1.2.1