Skip to content

Commit

Permalink
remove unneeded import
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Verst <github@bernd.dev>
  • Loading branch information
berndverst committed Jun 26, 2024
1 parent 6375a6c commit e5607b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/dapr-ext-fastapi/dapr/ext/fastapi/actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
limitations under the License.
"""

from typing import Any, Optional, Type, List, Callable
from typing import Any, Optional, Type, List

from fastapi import FastAPI, APIRouter, Request, Response, status # type: ignore
from fastapi.logger import logger
Expand Down

0 comments on commit e5607b2

Please sign in to comment.