update Mypy

This commit is contained in:
Will McGugan
2023-02-07 11:25:36 +00:00
parent 84edd34fa6
commit 6c4adea608
3 changed files with 30 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
"""Simple version of 5x5, developed for/with Textual."""
from pathlib import Path
from typing_extensions import TYPE_CHECKING, cast
from typing import TYPE_CHECKING, cast
from rich.markdown import Markdown