From 94c9caa345c4320b6eac47492fa18e6c3ee29c9d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 18:10:40 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- app/analytics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/analytics.py b/app/analytics.py index 0f474b4..af6a794 100755 --- a/app/analytics.py +++ b/app/analytics.py @@ -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={