Skip to content

Commit cb0d5f3

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

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/jupyter_contrib_nbextensions/install.py

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

4-
from __future__ import (
5-
absolute_import, division, print_function, unicode_literals,
6-
)
7-
84
import errno
95
import os
106

0 commit comments

Comments
 (0)