-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve typing hints in generated code (#7)
This fixes the following runtime errors: * Correctly set default to "None" for TiffData/UUID and these typing errors: * Cast default values for constrained integer attributes (both mypy and pywright were complaining about this) * Drop use of conlist in ROI/Union in favor of Field (only mypy noticed this)
- Loading branch information
Showing
1 changed file
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters