Skip to content

Commit 15c5542

Browse files
authored
Update application.py
Drop support for python < 3.6
1 parent de13f89 commit 15c5542

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/jupyter_contrib_nbextensions/application.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# -*- coding: utf-8 -*-
22
"""App to install/remove jupyter_contrib_nbextensions."""
33

4-
from __future__ import print_function, unicode_literals
5-
64
import copy
75
import sys
86

0 commit comments

Comments
 (0)