panther-labs / panther-analysis

Built-in Panther detection rules and policies
https://panther.com/
Apache License 2.0
339 stars 173 forks source link

Fix linter error in gsuite_workspace_calendar_external_sharing.py #1383

Closed le4ker closed 1 month ago

le4ker commented 1 month ago

Background

Linter in Github Action fails with:

rules/gsuite_activityevent_rules/gsuite_workspace_calendar_external_sharing.py:20:0: W1404: Implicit string concatenation found in call (implicit-str-concat)

Changes