File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed
Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 1- from __future__ import absolute_import
21
32if __name__ == '__main__' :
43 from jupyter_server import serverapp as app
Original file line number Diff line number Diff line change 66# Copyright (c) Jupyter Development Team.
77# Distributed under the terms of the Modified BSD License.
88
9- from __future__ import absolute_import
10-
119import os
1210import platform
1311import pprint
@@ -60,7 +58,7 @@ def pkg_commit_hash(pkg_path):
6058 else :
6159 return u'' , u''
6260 par_path = p .dirname (par_path )
63-
61+
6462 return u'' , u''
6563
6664
Original file line number Diff line number Diff line change 33# Copyright (c) Jupyter Development Team.
44# Distributed under the terms of the Modified BSD License.
55
6- from __future__ import print_function
7-
86import asyncio
97import errno
108import inspect
You can’t perform that action at this time.
0 commit comments