fix lint errors

This commit is contained in:
dandds 2018-07-31 08:49:00 -04:00
parent 96ed26ed9f
commit eeb45b61ed
2 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,3 @@
import tornado.gen
class Projects(object):
def __init__(self):

View File

@ -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):