We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d415d commit 149ff75Copy full SHA for 149ff75
invokeai/backend/install/invokeai_configure.py
@@ -17,7 +17,7 @@
17
from argparse import Namespace
18
from enum import Enum
19
from pathlib import Path
20
-from shutil import get_terminal_size, copy, move, rmtree
+from shutil import copy, get_terminal_size, move
21
from typing import Any, Optional, Set, Tuple, Type, get_args, get_type_hints
22
from urllib import request
23
0 commit comments