Closed elemoine closed 4 years ago
When the generated function has no List arguments the generated Python script includes an unnecessary from typing import List.
List
from typing import List
This PR completely removes type annotations from the generated Python scripts.
This is ready for review.
When the generated function has no
List
arguments the generated Python script includes an unnecessaryfrom typing import List
.This PR completely removes type annotations from the generated Python scripts.