mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-17 08:00:13 +01:00
fix(lint): improved type checking and code maintainability
This commit is contained in:
parent
83fe527979
commit
40023e93b8
62 changed files with 187 additions and 197 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import re
|
||||
from code.web.services.theme_preview import get_theme_preview # type: ignore
|
||||
from code.web.services.theme_preview import get_theme_preview
|
||||
|
||||
# We can't easily execute the JS normalizeCardName in Python, but we can ensure
|
||||
# server-delivered sample names that include appended synergy annotations are not
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue