mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 08:58:09 +08:00
[autofix.ci] apply automated fixes
This commit is contained in:
@ -12,7 +12,7 @@ class ProviderConfigCache(Protocol):
|
||||
Interface for provider configuration cache operations
|
||||
"""
|
||||
|
||||
def get(self) -> Optional[dict[str, Any]]:
|
||||
def get(self) -> dict[str, Any] | None:
|
||||
"""Get cached provider configuration"""
|
||||
...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user