We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
list
typing.List
Failure: https://github.com/NOAA-OWP/DMOD/actions/runs/6734518026/job/18305609884?pr=463#step:11:70
Cause:
DMOD/python/lib/core/dmod/core/common/helper_functions.py
Line 26 in 3e60ea2
Fix by replacing list[str] with typing.List[str].
list[str]
typing.List[str]
The text was updated successfully, but these errors were encountered:
type hint from typing lib to support 3.8 (fixes NOAA-OWP#464)
1ce11cd
type hint from typing lib to support 3.8 (fixes #464)
3f41bbb
Successfully merging a pull request may close this issue.
Failure: https://github.com/NOAA-OWP/DMOD/actions/runs/6734518026/job/18305609884?pr=463#step:11:70
Cause:
DMOD/python/lib/core/dmod/core/common/helper_functions.py
Line 26 in 3e60ea2
Fix by replacing
list[str]
withtyping.List[str]
.The text was updated successfully, but these errors were encountered: