1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 22:25:23 +00:00

Remove global flake8 override

This commit is contained in:
Lars Kruse 2020-08-19 22:47:03 +02:00
parent 10ca12569a
commit 852aa41ab7
2 changed files with 1 additions and 5 deletions

View file

@ -185,5 +185,3 @@ elif len(sys.argv) == 2 and sys.argv[1] == "config":
configure()
else:
fetch()
# flake8: noqa: E265