summaryrefslogtreecommitdiff
path: root/gitlab/tests/objects/test_mro.py
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2021-04-27 07:06:38 +0200
committerGitHub <noreply@github.com>2021-04-27 07:06:38 +0200
commit0357c37fb40fb6aef175177fab98d0eadc26b667 (patch)
tree593ee51387ab5e2a7459011875fd5a8dc389f807 /gitlab/tests/objects/test_mro.py
parent565d5488b779de19a720d7a904c6fc14c394a4b9 (diff)
downloadgitlab-0357c37fb40fb6aef175177fab98d0eadc26b667.tar.gz
chore: remove commented-out print
Diffstat (limited to 'gitlab/tests/objects/test_mro.py')
-rw-r--r--gitlab/tests/objects/test_mro.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab/tests/objects/test_mro.py b/gitlab/tests/objects/test_mro.py
index 5577c7c..8f67b77 100644
--- a/gitlab/tests/objects/test_mro.py
+++ b/gitlab/tests/objects/test_mro.py
@@ -106,7 +106,6 @@ def test_mros():
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