Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload recording feature #787

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
lint: Fix linting
  • Loading branch information
KIRA009 committed Nov 9, 2024
commit 489d28b963b0a02664afed452e3f5b630d8487f1
1 change: 0 additions & 1 deletion admin/recording_uploader/deploy.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Entrypoint to deploy the uploader to AWS Lambda."""


import pathlib
import subprocess

Loading