From fbb9fb5a66b840a164d5541e33c61f6096e2ec7d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 28 Dec 2024 17:14:05 +0000 Subject: [PATCH] Format code with ruff --- pyneon/stream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyneon/stream.py b/pyneon/stream.py index 58943cf..38e382f 100644 --- a/pyneon/stream.py +++ b/pyneon/stream.py @@ -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