Skip to content

Commit

Permalink
add missing noqa for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
furlongm committed Dec 13, 2024
1 parent ba4f3e1 commit b3049c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openvpn-monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ def print_html_header(self):
output('<script>$(document).ready(function(){')
output('$("table.tablesorter").tablesorter({')
output('sortList: [[0,0]], theme:"bootstrap", headerTemplate:"{content} {icon}", widgets:["uitheme"],')
output('durationLabels : "(?:years|year|y),(?:days|day|d),(?:hours|hour|h),(?:minutes|minute|min|m),(?:seconds|second|sec|s)"')
output('durationLabels : "(?:years|year|y),(?:days|day|d),(?:hours|hour|h),(?:minutes|minute|min|m),(?:seconds|second|sec|s)"') # noqa
output('});')
output('});</script>')
if self.maps:
Expand Down

0 comments on commit b3049c2

Please sign in to comment.