summaryrefslogtreecommitdiff
path: root/gitlab
diff options
context:
space:
mode:
authorJohn Villalovos <john@sodarock.com>2023-02-05 23:27:58 -0800
committerGitHub <noreply@github.com>2023-02-06 08:27:58 +0100
commit44786efad1dbb66c8242e61cf0830d58dfaff196 (patch)
treebb6c2a4d744e788f3689006b051d4b13f0c019ff /gitlab
parent19927906809c329788822f91d0abd8761a85c5c3 (diff)
downloadgitlab-44786efad1dbb66c8242e61cf0830d58dfaff196.tar.gz
chore(deps): update black (23.1.0) and commitizen (2.40.0) (#2479)
Update the dependency versions: black: 23.1.0 commitizen: 2.40.0 They needed to be updated together as just updating `black` caused a dependency conflict. Updated files by running `black` and committing the changes.
Diffstat (limited to 'gitlab')
-rw-r--r--gitlab/exceptions.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab/exceptions.py b/gitlab/exceptions.py
index 97f097d..d3b0f5d 100644
--- a/gitlab/exceptions.py
+++ b/gitlab/exceptions.py
@@ -9,7 +9,6 @@ class GitlabError(Exception):
response_code: Optional[int] = None,
response_body: Optional[bytes] = None,
) -> None:
-
Exception.__init__(self, error_message)
# Http status code
self.response_code = response_code