Skip to content

Conversation

@thodson-usgs
Copy link
Collaborator

Changes import dataretrieval.nwis as nwis to from dataretrieval import nwis, etc.

Changes `import dataretrieval.nwis as nwis` to `from dataretrieval import nwis`, etc.
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates import statements in README.md from the verbose import dataretrieval.X as X style to the more concise from dataretrieval import X style, improving code readability.

  • Updated import statements for four modules (waterdata, nwis, wqp, nldi) to use the from ... import pattern
  • Changes are purely stylistic and maintain functional equivalence

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Collaborator

@ehinman ehinman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Cleaner. Thanks for doing this.

@thodson-usgs thodson-usgs merged commit 0326be1 into main Dec 1, 2025
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants