diff --git a/tests/typing/dict.py b/tests/typing/dict.py index f7b7c0db..30bfa57c 100644 --- a/tests/typing/dict.py +++ b/tests/typing/dict.py @@ -55,4 +55,4 @@ provider6 = providers.Dict( async def _async3() -> None: var1 = await provider6() # type: ignore var2 = await provider6.async_() - assert_type(var2, Dict[Any, Any]) \ No newline at end of file + assert_type(var2, Dict[Any, Any])