Skip to content

Commit

Permalink
fix pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomáš Kukrál committed Dec 27, 2017
1 parent eb7c264 commit f06adee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion kqueen/middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def record_request_data(response):
def check_prometheus():
is_gunicorn = "gunicorn" in os.environ.get("SERVER_SOFTWARE", "")


if 'prometheus_multiproc_dir' in os.environ:
os.makedirs(os.environ['prometheus_multiproc_dir'], exist_ok=True)

Expand Down
2 changes: 0 additions & 2 deletions kqueen/tests/test_manual_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ def create_cluster(self):
content_type='application/json',
)

content = response.data.decode(response.charset)

assert response.status_code == 200
self.cluster_id = response.json['id']

Expand Down

0 comments on commit f06adee

Please sign in to comment.