commented out print statements

This commit is contained in:
John Lancaster
2024-05-03 08:25:20 -05:00
parent e9d5d3ce4e
commit 74a6504c59
5 changed files with 10 additions and 9 deletions

View File

@@ -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, '='))