Update singleton pattern class typing (#452)

This commit is contained in:
Wu Clan
2024-11-08 12:16:13 +08:00
committed by GitHub
parent 0cfeeb4e45
commit 5c0b107142
25 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -43,4 +43,4 @@ class TaskService:
return task
task_service = TaskService()
task_service: TaskService = TaskService()