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
@@ -30,4 +30,4 @@ class OperaLogService:
return count
opera_log_service = OperaLogService()
opera_log_service: OperaLogService = OperaLogService()