Skip to content

Commit a46c37f

Browse files
minrkkevin-bates
authored andcommitted
oops, no Python 2 on master
1 parent 3491b42 commit a46c37f

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

8076
after_success:
8177
- codecov

jupyter_server/utils.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -395,10 +395,6 @@ def _check_pid_posix(pid):
395395

396396
def 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):
424420
else:
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

0 commit comments

Comments
 (0)