Skip to content

Commit ea3c2e7

Browse files
authored
Final QA of __all__ tutorial (realpython#510)
1 parent 5450a60 commit ea3c2e7

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

python-__all__/calculations.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
__all__ = []
2-
if len(__all__) == 0:
3-
raise ImportError("wildcard import not allowed")
4-
5-
61
def add(a, b):
72
return float(a + b)
83

python-__all__/main.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)