Skip to content

Commit

Permalink
Fixed pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
armstrongmsg committed Apr 29, 2020
1 parent 87241e6 commit f11bbf3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions visualizer/utils/datasources/datasource_influx.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
VERTICAL_TEMPLATE_PATH = \
'./visualizer/utils/templates/dashboard-job-influxdb-vertical.template'
K8S_COST_TEMPLATE_PATH = \
'./visualizer/utils/templates/dashboard-job-influxdb-kubejobs-cost.template'
'./visualizer/utils/templates/' \
'dashboard-job-influxdb-kubejobs-cost.template'

LOG_FILE = "influx-ds.log"
LOG_NAME = "influx-ds"
Expand All @@ -49,7 +50,7 @@ def __init__(self, monitor_plugin, database_data, app_id):
self.database_name = database_data['name']
if(monitor_plugin == 'kubejobs'):
self.dashboard_path = K8S_TEMPLATE_PATH

elif(monitor_plugin == 'kubejobs_cost'):
self.dashboard_path = K8S_COST_TEMPLATE_PATH

Expand Down

0 comments on commit f11bbf3

Please sign in to comment.