jonfitt
Results
2
issues of
jonfitt
I have a repository of protobuf files that use some basic types from another repo which is not available at the time when I am generating graphs. StringUtf8Value, BoolValue, ResourceName,...
Would it be possible to get mypy to list all imports that are only used for annotations that are not in an `if TYPE_CHECKING` check? It would be very useful...
feature