Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and atodorov committed Jun 12, 2024
1 parent 6166d55 commit 94c9caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def post(event_id, duration_in_secs):
"props": {
"duration": duration_in_secs,
"version": __version__,
"repository_type": os.environ.get("_APP_REPOSITORY_TYPE")
"repository_type": os.environ.get("_APP_REPOSITORY_TYPE"),
},
},
headers={
Expand Down

0 comments on commit 94c9caa

Please sign in to comment.