Skip to content

Commit 149ff75

Browse files
brandonrisingmaryhipp
authored andcommitted
Run ruff
1 parent 65d415d commit 149ff75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/backend/install/invokeai_configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from argparse import Namespace
1818
from enum import Enum
1919
from pathlib import Path
20-
from shutil import get_terminal_size, copy, move, rmtree
20+
from shutil import copy, get_terminal_size, move
2121
from typing import Any, Optional, Set, Tuple, Type, get_args, get_type_hints
2222
from urllib import request
2323

0 commit comments

Comments
 (0)