Commit 0db8cb2 1 parent 3f66c16 commit 0db8cb2 Copy full SHA for 0db8cb2
File tree 3 files changed +1
-6
lines changed
3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 1
- from __future__ import absolute_import
2
1
3
2
if __name__ == '__main__' :
4
3
from jupyter_server import serverapp as app
Original file line number Diff line number Diff line change 6
6
# Copyright (c) Jupyter Development Team.
7
7
# Distributed under the terms of the Modified BSD License.
8
8
9
- from __future__ import absolute_import
10
-
11
9
import os
12
10
import platform
13
11
import pprint
@@ -60,7 +58,7 @@ def pkg_commit_hash(pkg_path):
60
58
else :
61
59
return u'' , u''
62
60
par_path = p .dirname (par_path )
63
-
61
+
64
62
return u'' , u''
65
63
66
64
Original file line number Diff line number Diff line change 3
3
# Copyright (c) Jupyter Development Team.
4
4
# Distributed under the terms of the Modified BSD License.
5
5
6
- from __future__ import print_function
7
-
8
6
import asyncio
9
7
import errno
10
8
import inspect
You can’t perform that action at this time.
0 commit comments