Skip to content

Commit

Permalink
More linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukhil Patel authored and Sukhil Patel committed Dec 19, 2024
1 parent 36181b3 commit 767bedc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pvnet/data/datamodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ def _get_streamed_samples_dataset(self, start_time, end_time) -> Dataset:
return SitesDataset(self.configuration, start_time=start_time, end_time=end_time)
else:
raise ValueError(
f"Unknown renewable: {self.configuration.renewable},
renewable value should either be uk_pv or site"
f"Unknown renewable: {self.configuration.renewable}, "
"renewable value should either be uk_pv or site"
)

def _get_premade_samples_dataset(self, subdir) -> Dataset:
Expand Down

0 comments on commit 767bedc

Please sign in to comment.