diff --git a/checkov/common/util/consts.py b/checkov/common/util/consts.py index 8d4301100a7..6bf0f9d8cca 100644 --- a/checkov/common/util/consts.py +++ b/checkov/common/util/consts.py @@ -3,7 +3,6 @@ START_LINE = '__startline__' END_LINE = '__endline__' - DEV_API_GET_HEADERS = { 'Accept': 'application/json' } diff --git a/setup.py b/setup.py index 83269d3fe39..42a0bb8ae27 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ import setuptools from setuptools import setup -# read the contents of your README file +# read the contents of your README file this_directory = path.abspath(path.dirname(__file__)) with open(path.join(this_directory, "README.md"), encoding="utf-8") as f: long_description = f.read()