Skip to content

Commit 64f6c12

Browse files
ignore pep8 E501 for the usage
ignore pep8 E501 for the usage
1 parent d715d63 commit 64f6c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/base/bin/watchdog_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
watchdog.py detect --module iTCO_wdt
6262
watchdog.py trigger-reset --module iTCO_wdt --identity "Intel WDT" --timeout 30 --log-dir /tmp/wdt
6363
watchdog.py post-check --log-dir /tmp/wdt
64-
"""
64+
""" # noqa: E501
6565

6666

6767
def watchdog_argparse() -> argparse.Namespace:

0 commit comments

Comments
 (0)