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:
72
72
env :
73
73
- GROUP=python
74
74
- EXTRA_PIP="tornado<5"
75
- - python : 2.7
76
- env :
77
- - GROUP=python
78
- - EXTRA_PIP="tornado<5"
79
75
80
76
after_success :
81
77
- codecov
Original file line number Diff line number Diff line change @@ -395,10 +395,6 @@ def _check_pid_posix(pid):
395
395
396
396
def maybe_future (obj ):
397
397
"""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
402
398
but more compatible with asyncio for recent versions
403
399
of tornado
404
400
"""
@@ -424,7 +420,3 @@ def maybe_future(obj):
424
420
else :
425
421
import tornado .gen
426
422
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