Skip to content

Commit d2fc341

Browse files
committed
fix lint
Signed-off-by: adarsh0728 <gooneriitk@gmail.com>
1 parent aa68912 commit d2fc341

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pynumaflow/errors/_dtypes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
@dataclass
55
class _RuntimeErrorEntry:
66
"""Represents a runtime error entry to be persisted."""
7+
78
container: str
89
timestamp: int
910
code: str
@@ -12,4 +13,4 @@ class _RuntimeErrorEntry:
1213

1314
def to_dict(self) -> dict:
1415
"""Converts the dataclass instance to a dictionary."""
15-
return asdict(self)
16+
return asdict(self)

0 commit comments

Comments
 (0)