Skip to content

Commit a747850

Browse files
committed
Windows CI fixup.
1 parent 25e4172 commit a747850

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

notebook/notebookapp.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
from tornado import web
6464
from tornado.httputil import url_concat
6565
from tornado.log import LogFormatter, app_log, access_log, gen_log
66-
from tornado.netutil import bind_unix_socket
66+
if not sys.platform.startswith('win'):
67+
from tornado.netutil import bind_unix_socket
6768

6869
from notebook import (
6970
DEFAULT_NOTEBOOK_PORT,

0 commit comments

Comments
 (0)