-
Notifications
You must be signed in to change notification settings - Fork 51
Add py.typed #175
New issue
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
base: main
Are you sure you want to change the base?
Add py.typed #175
Conversation
|
Hey there, thanks for your contribution. How would you suggest I test this? |
|
I am using VSCode and can't seem to recreate the issue - I first pulled down your branch, installed in a new environment, had no problems with the following code (could see type checking, which is what was expected, yay!): But then I removed your installation of I am all for following conventions, and I appreciate you adding this in. Just to make sure I'm clear, do we also need to add the following to |
|
I'm wasn't able to reproduce the error using |
|
@thodson-usgs it was literally just: import dataretrieval.wqp as wqp
wqp.get_results()But now I cannot reproduce 😑 I did recently just switch to using |


Better late than never 😁
#111