Skip to content

Commit

Permalink
fix: types.py -> types.pyi
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Nov 5, 2024
1 parent 012ee62 commit d97be3b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions djlint/types.py → djlint/types.pyi
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
from __future__ import annotations

from typing_extensions import TypedDict


class LintError(TypedDict):
code: str
line: str
match: str
message: str


class ProcessResult(TypedDict, total=False):
format_message: dict[str, tuple[str, ...]]
lint_message: dict[str, list[LintError]]

0 comments on commit d97be3b

Please sign in to comment.