Skip to content

Commit

Permalink
馃敟 Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Feb 14, 2022
1 parent 017c235 commit cea488d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fastapi/applications.py
Expand Up @@ -2,7 +2,6 @@
from typing import Any, Callable, Coroutine, Dict, List, Optional, Sequence, Type, Union

from fastapi import routing
from fastapi.concurrency import AsyncExitStack
from fastapi.datastructures import Default, DefaultPlaceholder
from fastapi.encoders import DictIntStrAny, SetIntStr
from fastapi.exception_handlers import (
Expand Down

0 comments on commit cea488d

Please sign in to comment.