snstac / pytak

PyTAK is a Python package for rapid TAK integration.
https://pytak.readthedocs.io/en/stable/
Apache License 2.0
156 stars 42 forks source link

Default constant types are wrong #47

Closed ampledata closed 1 year ago

ampledata commented 1 year ago

Default constants (e.g. DEFAULT_TAK_PROTO: int = 0) have the wrong Type Hints. Most of these constants are used as default parameters for ConfigParser .get() calls, which expect a str.