fix lint errors
This commit is contained in:
parent
96ed26ed9f
commit
eeb45b61ed
@ -1,6 +1,3 @@
|
||||
import tornado.gen
|
||||
|
||||
|
||||
class Projects(object):
|
||||
|
||||
def __init__(self):
|
||||
|
@ -50,7 +50,7 @@ class RequestNew(BaseHandler):
|
||||
)
|
||||
|
||||
if jedi_flow.validate():
|
||||
request = jedi_flow.create_or_update_request()
|
||||
jedi_flow.create_or_update_request()
|
||||
valid = yield jedi_flow.validate_warnings()
|
||||
if valid:
|
||||
if jedi_flow.next_screen > len(jedi_flow.screens):
|
||||
|
Loading…
x
Reference in New Issue
Block a user