We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd584e commit 63ea19cCopy full SHA for 63ea19c
tests/test_convert.py
@@ -75,7 +75,7 @@ def can_convert(self, docstring):
75
76
class MockEntryPoint(EntryPoint):
77
def load(self):
78
- return getattr(globals(), self.attr)
+ return globals()[self.attr]
79
80
dist = None
81
0 commit comments