1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Plugin mysql_disk_by_prefix: remove flake8 override and unused import

The flake8 line was interpreted as "ignore this file".
This commit is contained in:
Lars Kruse 2020-08-17 16:20:47 +02:00
parent ee226a609e
commit 06919f1801

View file

@ -52,7 +52,6 @@ Parameters understood:
import os
import re
import subprocess as sp
import sys
@ -147,5 +146,3 @@ def main():
if __name__ == "__main__":
main()
# flake8: noqa: E265