Skip to content

Commit

Permalink
Format code with ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 28, 2024
1 parent 11573b0 commit fbb9fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyneon/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def is_uniformly_sampled(self) -> bool:
@property
def columns(self):
return self.data.columns

@property
def dtypes(self):
return self.data.dtypes
Expand Down

0 comments on commit fbb9fb5

Please sign in to comment.