Skip to content

Commit 96255f4

Browse files
committed
Accept suggestions from new toolchain
1 parent a4bf657 commit 96255f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmod/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def _delattr(k: str) -> None:
173173
'__getattr__': method(_getattr),
174174
'__setattr__': mutator(_setattr),
175175
'__delattr__': mutator(_delattr),
176-
'__doc__': getattr(module, '__doc__'),
176+
'__doc__': module.__doc__,
177177
}
178178

179179
if callable(extension):

0 commit comments

Comments
 (0)