mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-12-14 19:16:16 +00:00
fix(temp): [#8] add pyright ignore import error
This commit is contained in:
@@ -3,7 +3,7 @@ import typing
|
||||
|
||||
import fastapi
|
||||
import httpx
|
||||
import pytest_asyncio # type: ignore[reportMissingImports, ModuleNotFoundError]
|
||||
import pytest_asyncio # type: ignore
|
||||
|
||||
import lib.app as lib_app
|
||||
import tests.core.settings as tests_core_settings
|
||||
|
||||
Reference in New Issue
Block a user