Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit 2ffdb77

Browse files
BartoszCkidandruszak
authored andcommitted
Fix import in setup.py
1 parent a5966e9 commit 2ffdb77

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

paperspace/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
from .login import login, logout
1212
from .method import print_json_pretty
1313

14-
__version__ = "0.0.16"
14+
__version__ = "0.0.17"
1515

1616
_ = StatsdClient # to keep import save from "Optimize Imports", auto code cleanup, etc.

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
import io
12
import re
23
from codecs import open
3-
from os import path, io
4+
from os import path
45

56
from setuptools import setup, find_packages
67

0 commit comments

Comments
 (0)