File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -72,10 +72,6 @@ matrix:
7272 env :
7373 - GROUP=python
7474 - EXTRA_PIP="tornado<5"
75- - python : 2.7
76- env :
77- - GROUP=python
78- - EXTRA_PIP="tornado<5"
7975
8076after_success :
8177 - codecov
Original file line number Diff line number Diff line change @@ -395,10 +395,6 @@ def _check_pid_posix(pid):
395395
396396def maybe_future (obj ):
397397 """Like tornado's gen.maybe_future
398- <<<<<<< HEAD:jupyter_server/utils.py
399- =======
400-
401- >>>>>>> dcee71015... patch gen.maybe_future for compatibility with tornado 6:notebook/utils.py
402398 but more compatible with asyncio for recent versions
403399 of tornado
404400 """
@@ -424,7 +420,3 @@ def maybe_future(obj):
424420else :
425421 import tornado .gen
426422 tornado .gen .maybe_future = maybe_future
427- < << << << HEAD :jupyter_server / utils .py
428- == == == =
429-
430- >> >> >> > dcee71015 ... patch gen .maybe_future for compatibility with tornado 6 :notebook / utils .py
You can’t perform that action at this time.
0 commit comments