Skip to content

Commit bae223b

Browse files
pylint fix
1 parent e87acf5 commit bae223b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/event_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import os
33
from azure.monitor.events.extension import track_event
44

5+
56
def track_event_if_configured(event_name: str, event_data: dict):
67
instrumentation_key = os.getenv("APPLICATIONINSIGHTS_INSTRUMENTATION_KEY")
78
if instrumentation_key:

0 commit comments

Comments
 (0)