Skip to content

Commit

Permalink
chore: remove commented-out print
Browse files Browse the repository at this point in the history
  • Loading branch information
nejch committed Apr 27, 2021
1 parent 565d548 commit 0357c37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gitlab/tests/objects/test_mro.py
Expand Up @@ -106,7 +106,6 @@ class definition.
if obj.__module__ == "gitlab.base":
has_base = True
base_classname = obj.__name__
# print(f"\t{obj.__name__}: {obj.__module__}")
if has_base:
filename = inspect.getfile(class_value)
# NOTE(jlvillal): The very last item 'mro[-1]' is always going
Expand Down

0 comments on commit 0357c37

Please sign in to comment.