From 307c674817383aaa346a1b43d4504e7dfc446c87 Mon Sep 17 00:00:00 2001 From: tneeman Date: Tue, 3 Aug 2021 13:42:57 +0300 Subject: [PATCH] precommit-checks --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f457feb861f..e1956f69e05 100644 --- a/setup.py +++ b/setup.py @@ -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