Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
modelflat committed Nov 26, 2024
1 parent eebb0a1 commit 81030fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ai_diffusion/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
from pathlib import Path
from enum import Enum
import time
from typing import Any, NamedTuple
from typing import NamedTuple
from PyQt5.QtCore import QObject, QUuid, pyqtSignal, Qt
from PyQt5.QtGui import QImage, QPainter, QColor, QBrush
from PyQt5.QtGui import QPainter, QColor, QBrush
import uuid

from . import eventloop, workflow, util
Expand All @@ -29,7 +29,7 @@
from .connection import Connection
from .properties import Property, ObservableProperties
from .jobs import Job, JobKind, JobParams, JobQueue, JobState, JobRegion
from .control import ControlLayer, ControlLayerList
from .control import ControlLayer
from .region import Region, RegionLink, RootRegion, process_regions, get_region_inpaint_mask
from .resources import ControlMode
from .resolution import compute_bounds, compute_relative_bounds
Expand Down

0 comments on commit 81030fd

Please sign in to comment.