Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
PEP8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oyiptong committed Apr 20, 2015
1 parent 60906e4 commit 2ea9ae1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions onyx/api/v3.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import logging
from flask import (
Blueprint,
request,
make_response,
redirect,
Response
redirect
)
from onyx.environment import Environment
from onyx.api.v2 import handle_ping
Expand Down

0 comments on commit 2ea9ae1

Please sign in to comment.