Skip to content

Commit 285b699

Browse files
Assign BaseEntity as base class of DataLine class
Assigned the `BaseEntity` class as the base class of the `DataLine` class in entities.py
1 parent 1bc52dc commit 285b699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fise/entities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ class Directory(Entity):
171171
__slots__ = "_path", "_stats"
172172

173173

174-
class DataLine:
174+
class DataLine(BaseEntity):
175175
"""
176176
DataLine class serves as a unified class for
177177
accessing all dataline metadata attributes.

0 commit comments

Comments
 (0)