Skip to content

Commit 0357c37

Browse files
authored
chore: remove commented-out print
1 parent 565d548 commit 0357c37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gitlab/tests/objects/test_mro.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ class definition.
106106
if obj.__module__ == "gitlab.base":
107107
has_base = True
108108
base_classname = obj.__name__
109-
# print(f"\t{obj.__name__}: {obj.__module__}")
110109
if has_base:
111110
filename = inspect.getfile(class_value)
112111
# NOTE(jlvillal): The very last item 'mro[-1]' is always going

0 commit comments

Comments
 (0)