peopledoc / mlvtools

Public repository for versioning machine learning data
Other
42 stars 7 forks source link

Do not use typing in generated Python scripts #67

Closed elemoine closed 4 years ago

elemoine commented 4 years ago

When the generated function has no List arguments the generated Python script includes an unnecessary from typing import List.

This PR completely removes type annotations from the generated Python scripts.

elemoine commented 4 years ago

This is ready for review.