From c57ddf6aff08327d9e72dbc7802562b9e876c179 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Wed, 11 Jan 2023 12:40:02 +0100 Subject: [PATCH] ignore livestream --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1dca70f64..88a9dd557 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,8 @@ module = [ "bitstring.*", "ecdsa.*", "psycopg2.*", - "pyngrok.*" + "pyngrok.*", + "livestream.*" ] ignore_missing_imports = "True"