Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
fix pre-commit fail, unused module
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Feb 14, 2023
1 parent 0431ba4 commit e931d74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pe_source/data/sixgill/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import requests

# cisagov Libraries
from pe_reports import app
from pe_source.data.pe_db.config import cybersix_token


Expand Down Expand Up @@ -113,7 +112,7 @@ def alerts_content(organization_id, alert_id):
content = content["description"]
else:
content = ""
except Exception as e:
except Exception:
content = ""
return content

Expand Down

0 comments on commit e931d74

Please sign in to comment.