Fix various type hints

This commit is contained in:
2026-04-05 08:27:40 +08:00
parent 29dfc6c5a4
commit 674b0de3b2
36 changed files with 157 additions and 121 deletions
+1 -1
View File
@@ -230,7 +230,7 @@ class ConsoleCommandTestCase(unittest.TestCase):
new_account: Account = Account(
id=new_id(Account),
base_code="1112",
no="2",
no=2,
title_l10n=custom_title,
is_need_offset=False,
created_by_id=creator_pk,