commented out print statements
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
print(f' Importing {__name__} '.center(50, '='))
|
||||
# print(f' Importing {__name__} '.center(50, '='))
|
||||
|
||||
from .foo import Foo
|
||||
from .my_sub_pkg.bar import Bar
|
||||
|
||||
print(' Done '.center(50, '='))
|
||||
# print(' Done '.center(50, '='))
|
||||
Reference in New Issue
Block a user