mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
tidy: remove unnecessary whitespace changes
This commit is contained in:
parent
2fbe5ecb00
commit
125e1d7eb4
@ -103,7 +103,6 @@ class ApiDependencies:
|
||||
)
|
||||
names = SimpleNameService()
|
||||
performance_statistics = InvocationStatsService()
|
||||
|
||||
session_processor = DefaultSessionProcessor(session_runner=DefaultSessionRunner())
|
||||
session_queue = SqliteSessionQueue(db=db)
|
||||
urls = LocalUrlService()
|
||||
|
@ -46,7 +46,6 @@ export const addInvocationErrorEventListener = (startAppListening: AppStartListe
|
||||
nes.status = zNodeStatus.enum.FAILED;
|
||||
nes.progress = null;
|
||||
nes.progressImage = null;
|
||||
|
||||
nes.error = {
|
||||
error_type,
|
||||
error_message,
|
||||
|
@ -55,5 +55,5 @@ export interface SystemState {
|
||||
shouldUseWatermarker: boolean;
|
||||
status: SystemStatus;
|
||||
shouldEnableInformationalPopovers: boolean;
|
||||
cancellations: string[]
|
||||
cancellations: string[];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user