Skip to content

Commit

Permalink
Remove useless package import
Browse files Browse the repository at this point in the history
Signed-off-by: Emanuele Ballarin <[email protected]>
  • Loading branch information
emaballarin committed May 27, 2024
1 parent e2c1b7a commit cd1e9fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#
# ------------------------------------------------------------------------------
import os
import warnings

from setuptools import find_packages
from setuptools import setup
Expand All @@ -23,7 +22,7 @@ def read(fname):

setup(
name=PACKAGENAME,
version="0.1.3",
version="0.1.4",
author="Emanuele Ballarin",
author_email="[email protected]",
url="https://github.com/emaballarin/foveatorch",
Expand Down

0 comments on commit cd1e9fa

Please sign in to comment.