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:
parent
ee226a609e
commit
06919f1801
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue