Skip to content

Commit

Permalink
ignore pd return type
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsleh committed Apr 18, 2023
1 parent d15f925 commit a06234d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchgeo/datasets/western_usa_live_fuel_moisture.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def __getitem__(self, index: int) -> dict[str, Any]:

return sample

def _load_data(self) -> "pd.DataFrame":
def _load_data(self) -> "pd.DataFrame": # type: ignore[name-defined] # noqa: F821
"""Load data from individual files into pandas dataframe.
Returns:
Expand Down

0 comments on commit a06234d

Please sign in to comment.