Fix python static checks.

This commit is contained in:
Ryan Dick
2023-09-14 16:48:47 -04:00
parent e02a557454
commit c2f074dc2f
5 changed files with 5 additions and 11 deletions

View File

@ -1,7 +1,7 @@
import os
import typing
from enum import Enum
from typing import Any, Literal, Optional
from typing import Literal, Optional
import torch
@ -17,7 +17,6 @@ from invokeai.backend.model_management.models.base import (
ModelConfigBase,
ModelType,
SubModelType,
calc_model_size_by_fs,
classproperty,
)