Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
m-vdb committed Sep 18, 2023
1 parent 5f37073 commit 7b65bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasa/telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def _send_event(
logger.debug("Skipping request to external service: telemetry key not set.")
return

if not "license_hash" in context:
if "license_hash" not in context:
# only send telemetry data for customers
logger.debug("Skipping telemetry reporting: no license hash found.")
return
Expand Down

0 comments on commit 7b65bd4

Please sign in to comment.