Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Sep 14, 2023
1 parent 13e1ab7 commit 6f14ccc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion npm-scripts.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ function installPythonDevDeps()

const PYP3 = process.env.PIP3 || 'pip3';

executeCmd(`${PYP3} install flake8`);
executeCmd(`${PYP3} install flake8 mypy`);
}

function checkRelease()
Expand Down
1 change: 0 additions & 1 deletion worker/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import asyncio
from aiortc import (
RTCConfiguration,
RTCDataChannel,
RTCPeerConnection,
RTCRtpTransceiver,
RTCSessionDescription,
Expand Down

0 comments on commit 6f14ccc

Please sign in to comment.