Skip to content

Commit ee5fba3

Browse files
committed
fixed mypy
1 parent d6e620d commit ee5fba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodescraper/plugins/inband/journal/journaldata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929
class JournalData(DataModel):
3030
"""Data model for journal logs"""
3131

32-
journal_logs: list[str] = None
32+
journal_logs: list[str] = []

0 commit comments

Comments
 (0)