Skip to content

Commit

Permalink
Removes shebang from files that are not directly executed
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <[email protected]>
  • Loading branch information
jpower432 committed Jan 10, 2024
1 parent 818a778 commit 2cb66ac
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions utils/oscal/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python3

import os
from typing import Optional

Expand Down
2 changes: 0 additions & 2 deletions utils/oscal/cd_generator.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python3

"""Build a component definition for a product from pre-existing OSCAL profiles"""

import logging
Expand Down
2 changes: 0 additions & 2 deletions utils/oscal/params_extractor.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python3

"""Extract parameters from var files."""

import logging
Expand Down
2 changes: 0 additions & 2 deletions utils/oscal/rules_transformer.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python3

"""Transform rules from existing Compliance as Code locations into OSCAL properties."""

import json
Expand Down

0 comments on commit 2cb66ac

Please sign in to comment.