Skip to content

Commit 5e8d059

Browse files
lesson_check.py: add a comment about importing * from a package
Co-authored-by: Zhian N. Kamvar <[email protected]>
1 parent ea9b44c commit 5e8d059

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/lesson_check.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
import re
99
from argparse import ArgumentParser
1010

11+
# This uses the `__all__` list in `util.py` to determine what objects to import
12+
# see https://docs.python.org/3/tutorial/modules.html#importing-from-a-package
1113
from util import *
1214
from reporter import Reporter
1315

0 commit comments

Comments
 (0)