Skip to content

Commit

Permalink
Some linter suggestions.
Browse files Browse the repository at this point in the history
  • Loading branch information
twstokes committed May 1, 2022
1 parent d18eef7 commit 6dd310a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scraper/outputters/influxdb.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .outputter import Outputter
from influxdb import InfluxDBClient
from .outputter import Outputter

class InfluxDBOutputter(Outputter):
"""
Expand Down
4 changes: 3 additions & 1 deletion tools/debugger.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import os, sys, traceback
import os
import sys
import traceback

# adds the parent to the path
parent_path = os.path.abspath('..')
Expand Down

0 comments on commit 6dd310a

Please sign in to comment.