From 6f14cccca621e9538101ba614e7eed6302dbfeae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Thu, 14 Sep 2023 17:35:15 +0200 Subject: [PATCH] cosmetic --- npm-scripts.mjs | 2 +- worker/handler.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/npm-scripts.mjs b/npm-scripts.mjs index c6634b1..b6131b7 100644 --- a/npm-scripts.mjs +++ b/npm-scripts.mjs @@ -243,7 +243,7 @@ function installPythonDevDeps() const PYP3 = process.env.PIP3 || 'pip3'; - executeCmd(`${PYP3} install flake8`); + executeCmd(`${PYP3} install flake8 mypy`); } function checkRelease() diff --git a/worker/handler.py b/worker/handler.py index 93dedd3..db4e7f8 100644 --- a/worker/handler.py +++ b/worker/handler.py @@ -3,7 +3,6 @@ import asyncio from aiortc import ( RTCConfiguration, - RTCDataChannel, RTCPeerConnection, RTCRtpTransceiver, RTCSessionDescription,