8000 remove exception as it is not required · p-varma/python-gitlab@ecaa566 · GitHub
[go: up one dir, main page]

Skip to content

Commit ecaa566

Browse files
committed
remove exception as it is not required
1 parent 06aa5fd commit ecaa566

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gitlab/exceptions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,6 @@ class GitlabTodoError(GitlabOperationError):
223223
class GitlabTopicMergeError(GitlabOperationError):
224224
pass
225225

226-
class GitlabMergeTrainError(GitlabOperationError):
227-
pass
228226

229227
class GitlabTimeTrackingError(GitlabOperationError):
230228
pass

0 commit comments

Comments
 (0)

Footer

© 2025 GitHub, Inc.
0