Skip to content

Commit 67e81a5

Browse files
authored
Making linter happy
1 parent 710c355 commit 67e81a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import re
2626

2727
# De-facto standard solution for Python packaging.
28-
from setuptools import find_packages, setup
28+
from setuptools import setup
2929

3030

3131
def get_contents(*args):
@@ -63,4 +63,4 @@ def get_absolute_path(*args):
6363
version=get_version('deb_pkg_tools', '__init__.py'),
6464
install_requires=get_requirements('requirements.txt'),
6565
use_scm_version=True
66-
)
66+
)

0 commit comments

Comments
 (0)