Skip to content

Commit

Permalink
syntax changes to fix mypy flake8 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
umfranci committed Jan 27, 2025
1 parent 3c8932c commit 49566b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lisa/notifiers/dmesg_oops.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ class DmsgOops(notifier.Notifier):
"""
A sample notifier to check for Panics/OOPs Errors in the DMesg Logs.
"""
dmesg_errors: Dict[str, Dict[str, List[str]]]

dmesg_errors: Dict[str, Dict[str, List[List[str]]]]

@classmethod
def type_name(cls) -> str:
return "dmsg_oops_notifier"
Expand Down

0 comments on commit 49566b1

Please sign in to comment.