Skip to content

Commit f6ace34

Browse files
committed
addressed reviews
1 parent 04b2957 commit f6ace34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nodescraper/plugins/inband/dmesg/dmesgdata.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class DmesgData(DataModel):
3434
"""Data model for in band dmesg log"""
3535

3636
dmesg_content: str
37-
dmesg_logs: list[dict] = None
3837

3938
@classmethod
4039
def get_new_dmesg_lines(cls, current_dmesg: str, new_dmesg: str) -> str:

0 commit comments

Comments
 (0)