mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-21 13:12:24 +00:00
Update singleton pattern class typing (#452)
This commit is contained in:
@@ -30,4 +30,4 @@ class OperaLogService:
|
||||
return count
|
||||
|
||||
|
||||
opera_log_service = OperaLogService()
|
||||
opera_log_service: OperaLogService = OperaLogService()
|
||||
|
||||
Reference in New Issue
Block a user