We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b2957 commit f6ace34Copy full SHA for f6ace34
nodescraper/plugins/inband/dmesg/dmesgdata.py
@@ -34,7 +34,6 @@ class DmesgData(DataModel):
34
"""Data model for in band dmesg log"""
35
36
dmesg_content: str
37
- dmesg_logs: list[dict] = None
38
39
@classmethod
40
def get_new_dmesg_lines(cls, current_dmesg: str, new_dmesg: str) -> str:
0 commit comments