From 53c19ae9371c33d89735104252c0eb500804c231 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Thu, 28 Mar 2024 14:20:54 +1100 Subject: [PATCH] chore: ruff --- installer/lib/installer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/lib/installer.py b/installer/lib/installer.py index f13007afdc..45bc764023 100644 --- a/installer/lib/installer.py +++ b/installer/lib/installer.py @@ -174,6 +174,7 @@ Join the community on Discord: """ print(message) + class InvokeAiInstance: """ Manages an installed instance of InvokeAI, comprising a virtual environment and a runtime directory.