Skip to content

Commit

Permalink
Lint "metrics"
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Clarke committed Oct 17, 2019
1 parent 2d5e55f commit 571dc15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metrics/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
import time
import traceback

import ruamel.yaml as yaml
import influxdb
import requests
import ruamel.yaml as yaml


def check(cmd, **kwargs):
Expand Down Expand Up @@ -65,7 +65,7 @@ def do_jq(jq_filter, data_filename, out_filename, jq_bin='jq'):
check([jq_bin, jq_filter, data_filename], stdout=out_file)


class BigQuerier(object):
class BigQuerier:
def __init__(self, project, bucket_path, backfill_days, influx_client):
if not project:
raise ValueError('project', project)
Expand Down

0 comments on commit 571dc15

Please sign in to comment.