Skip to content

Commit cd1e9fa

Browse files
committed
Remove useless package import
Signed-off-by: Emanuele Ballarin <[email protected]>
1 parent e2c1b7a commit cd1e9fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#
99
# ------------------------------------------------------------------------------
1010
import os
11-
import warnings
1211

1312
from setuptools import find_packages
1413
from setuptools import setup
@@ -23,7 +22,7 @@ def read(fname):
2322

2423
setup(
2524
name=PACKAGENAME,
26-
version="0.1.3",
25+
version="0.1.4",
2726
author="Emanuele Ballarin",
2827
author_email="[email protected]",
2928
url="https://github.com/emaballarin/foveatorch",

0 commit comments

Comments
 (0)