Skip to content

Commit

Permalink
fix: ruff error
Browse files Browse the repository at this point in the history
  • Loading branch information
THEGOLDENPRO committed Apr 4, 2024
1 parent 08774ea commit 8c6ab4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mov_cli/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

if TYPE_CHECKING:
from .players import Player
from typing import Dict, Union, Literal, Any, Optional, Type
from typing import Dict, Union, Literal, Any, Optional

JSON_VALUES = Union[str, bool, int, dict]
SUPPORTED_PARSERS = Literal["lxml", "html.parser"]
Expand Down

0 comments on commit 8c6ab4a

Please sign in to comment.