We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e4e1a3 commit c95b3c3Copy full SHA for c95b3c3
gitlab/objects.py
@@ -31,6 +31,7 @@
31
32
class jsonEncoder(json.JSONEncoder):
33
def default(self, obj):
34
+ from gitlab import Gitlab
35
if isinstance(obj, GitlabObject):
36
return obj.__dict__
37
elif isinstance(obj, Gitlab):
0 commit comments