Skip to content

Commit cb13b61

Browse files
committed
fix flake8 findings
1 parent f81d442 commit cb13b61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/confParser.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import argparse
2424
import os
2525
import logging.handlers
26-
from messages import ERR, MSG
26+
from messages import MSG
2727

2828

2929
def findKeyFile(path):
@@ -33,6 +33,7 @@ def findKeyFile(path):
3333
return name
3434
return None
3535

36+
3637
def findCertFile(path):
3738
for name in ["cert.pem", "tls.crt"]:
3839
for root, dirs, files in os.walk(path):

source/zimonGrafanaIntf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
from timeit import default_timer as timer
4040

4141

42-
4342
class MetadataHandler():
4443

4544
def __init__(self, logger, server, port=9084):

0 commit comments

Comments
 (0)