Skip to content

Commit

Permalink
fix(SentinelOne): apply black
Browse files Browse the repository at this point in the history
  • Loading branch information
squioc committed Dec 13, 2024
1 parent 0b9637c commit 7ceab46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SentinelOne/sentinelone_module/singularity/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from pydantic import BaseModel


requests_logger.setLevel(int(os.getenv("GQL_LOG_LEVEL", logging.WARNING))) # Warning level by default
requests_logger.setLevel(int(os.getenv("GQL_LOG_LEVEL", logging.WARNING))) # Warning level by default


class ListAlertsResult(BaseModel):
Expand Down

0 comments on commit 7ceab46

Please sign in to comment.