Skip to content

Commit

Permalink
fix: mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeuoly committed Mar 5, 2025
1 parent 931d14b commit d6b6d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/services/plugin/plugin_service.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logging
from collections.abc import Sequence
from collections.abc import Mapping, Sequence
from mimetypes import guess_type
from typing import Mapping, Optional
from typing import Optional

from pydantic import BaseModel

Expand Down

0 comments on commit d6b6d64

Please sign in to comment.