Skip to content

Commit

Permalink
MNT: Address issues raised by linters and pyright. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Jan 3, 2024
1 parent 18e861f commit 4888e4e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_pynhd.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ def assert_close(a: float, b: float) -> bool:
@pytest.fixture()
def trib():
comids = NLDI().navigate_byid(site, station_id, UT, "flowlines")
wd = WaterData("nhdflowline_network")
return wd.byid("comid", comids.nhdplus_comid.tolist())
return WaterData("nhdflowline_network").byid("comid", comids.nhdplus_comid.tolist())


def test_epa():
Expand Down

0 comments on commit 4888e4e

Please sign in to comment.