Skip to content

Commit

Permalink
precommit-checks
Browse files Browse the repository at this point in the history
  • Loading branch information
tomneeman151293 committed Aug 3, 2021
1 parent f99148e commit 307c674
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"""
Demisto SDK
"""
import os
from setuptools import find_packages, setup # noqa: H301
import pipfile2req
from setuptools import find_packages, setup # noqa: H301

NAME = "demisto-sdk"
REQUIREMENTS_NAME = 'requirements.txt'
# To install the library, run the following
Expand Down

0 comments on commit 307c674

Please sign in to comment.