Skip to content

Commit 63ea19c

Browse files
authored
Fix access
1 parent dfd584e commit 63ea19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def can_convert(self, docstring):
7575

7676
class MockEntryPoint(EntryPoint):
7777
def load(self):
78-
return getattr(globals(), self.attr)
78+
return globals()[self.attr]
7979

8080
dist = None
8181

0 commit comments

Comments
 (0)