summaryrefslogtreecommitdiff
path: root/doc/data/messages/u/undefined-all-variable/good.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/data/messages/u/undefined-all-variable/good.py')
-rw-r--r--doc/data/messages/u/undefined-all-variable/good.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/data/messages/u/undefined-all-variable/good.py b/doc/data/messages/u/undefined-all-variable/good.py
index 3fb85e824..950222b56 100644
--- a/doc/data/messages/u/undefined-all-variable/good.py
+++ b/doc/data/messages/u/undefined-all-variable/good.py
@@ -1,4 +1,5 @@
__all__ = ["get_fruit_color"]
+
def get_fruit_color():
pass