We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5450a60 commit ea3c2e7Copy full SHA for ea3c2e7
2 files changed
python-__all__/calculations.py
@@ -1,8 +1,3 @@
1
-__all__ = []
2
-if len(__all__) == 0:
3
- raise ImportError("wildcard import not allowed")
4
-
5
6
def add(a, b):
7
return float(a + b)
8
python-__all__/main.py
0 commit comments