Skip to content

Commit

Permalink
finalize master rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas loubrieu committed Oct 2, 2020
1 parent e01d0a0 commit 142ce38
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions analysis/webservice/jobs/job.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from datetime import datetime


class Job():
def __init__(self):
self.request = None # NexusRequestObject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ def path_spark_to_restapi(s):

return self.__get_tornado_handlers(NexusHandler.AVAILABLE_RESTAPI_HANDLERS, path_spark_to_restapi)

def _get_restapi_job_handler(self):
pass

def __get_tornado_handlers(self, wrappers, path_func):
handlers = []

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import tornado.gen
import tornado.ioloop
import tornado.util
import uuid
from datetime import datetime, timedelta
from webservice.jobs import Job

Expand Down

0 comments on commit 142ce38

Please sign in to comment.