Skip to content

Commit

Permalink
style: Automatic code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 12, 2024
1 parent dce1128 commit ae6f8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/reporting/misp.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def run(self, results):
if not HAVE_PYMISP:
print("Missed dependency: poetry run pip install pymisp=2.4.144")
return

url = self.options.get("url", "")
apikey = self.options.get("apikey", "")

Expand Down

0 comments on commit ae6f8a0

Please sign in to comment.