Skip to content

Commit

Permalink
Fix type error.
Browse files Browse the repository at this point in the history
  • Loading branch information
aholmes committed Jan 12, 2024
1 parent de64615 commit df53785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/test/unit/create_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from contextlib import _GeneratorContextManager # pyright: ignore[reportPrivateUsage]
from contextlib import ExitStack
from functools import lru_cache
from typing import Any, Callable, Generator, NamedTuple, Protocol, cast
from typing import Any, Generator, NamedTuple, Protocol, cast

import json_logging
import pytest
Expand Down

0 comments on commit df53785

Please sign in to comment.