Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python3/koans/about_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_we_can_import_multiple_items_at_once(self):

def test_importing_all_module_attributes_at_once(self):
# NOTE Using this module level import declared at the top of this script:
# from .other_local_module import *
# from .another_local_module import *
#
# Import wildcard cannot be used from within classes or functions

Expand Down