Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lirshindalman committed Oct 22, 2024
1 parent 6f232e8 commit f500296
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion checkov/common/util/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
START_LINE = '__startline__'
END_LINE = '__endline__'


DEV_API_GET_HEADERS = {
'Accept': 'application/json'
}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f500296

Please sign in to comment.