mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
fix whitespace
This commit is contained in:
parent
0dbb4c7f13
commit
0e75c06886
1 changed files with 1 additions and 1 deletions
|
@ -62,4 +62,4 @@ def module_for_loader(fxn):
|
||||||
# If __package__ was not set above, __import__() will do it later.
|
# If __package__ was not set above, __import__() will do it later.
|
||||||
return fxn(self, module, *args, **kwargs)
|
return fxn(self, module, *args, **kwargs)
|
||||||
|
|
||||||
return module_for_loader_wrapper
|
return module_for_loader_wrapper
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue