Skip to content

Commit

Permalink
Fix linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaeladuta committed Dec 2, 2024
1 parent 36b1dbf commit 7a2e4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l2gv2/datasets/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def _load_files(self):
if self.edges["timestamp"].dtype == pl.Utf8:
self.edges = self.edges.with_columns(
pl.col("timestamp").str.to_datetime(self.timestamp_fmt)
)
)

self.datelist = self.edges.select("timestamp").to_series().unique()

Expand Down

0 comments on commit 7a2e4fa

Please sign in to comment.