chore: ruff

This commit is contained in:
psychedelicious 2024-06-03 11:53:20 +10:00
parent e7513f6088
commit a9962fd104

View File

@ -487,7 +487,6 @@ class ModelsInterface(InvocationContextInterface):
return self._services.model_manager.load.load_model_from_path(model_path=model_path, loader=loader)
class ConfigInterface(InvocationContextInterface):
def get(self) -> InvokeAIAppConfig:
"""Gets the app's config.