Skip to content

Commit fb094c8

Browse files
Add missing import for os module in event_utils.py
1 parent 1152818 commit fb094c8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/backend/api/event_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
# Third-party
66
from applicationinsights import TelemetryClient
7+
78
from dotenv import load_dotenv
89

910
load_dotenv()

0 commit comments

Comments
 (0)