Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tatype.py
diff options
context:
space:
mode:
Diffstat (limited to 'TurtleArt/tatype.py')
-rw-r--r--TurtleArt/tatype.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/TurtleArt/tatype.py b/TurtleArt/tatype.py
index 3ca47b9..0fcfc3c 100644
--- a/TurtleArt/tatype.py
+++ b/TurtleArt/tatype.py
@@ -439,5 +439,3 @@ def get_call_ast(func_name, args=None, kwargs=None, return_type=None):
else:
return TypedCall(func=func_ast, args=args, keywords=keywords,
return_type=return_type)
-
-