Skip to content

Commit

Permalink
Fix up mypy more
Browse files Browse the repository at this point in the history
  • Loading branch information
flacjacket committed Dec 20, 2022
1 parent c04a68b commit 1c4da54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywayland/scanner/method.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from .printer import Printer


@dataclass(frozen=True) # type: ignore[misc]
@dataclass(frozen=True)
class Method(Element, abc.ABC):
"""Scanner for methods
Expand Down

0 comments on commit 1c4da54

Please sign in to comment.