Skip to content

Commit 94c9caa

Browse files
pre-commit-ci[bot]atodorov
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6166d55 commit 94c9caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/analytics.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def post(event_id, duration_in_secs):
8282
"props": {
8383
"duration": duration_in_secs,
8484
"version": __version__,
85-
"repository_type": os.environ.get("_APP_REPOSITORY_TYPE")
85+
"repository_type": os.environ.get("_APP_REPOSITORY_TYPE"),
8686
},
8787
},
8888
headers={

0 commit comments

Comments
 (0)