Skip to content

Commit

Permalink
fix: fix rebase conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Jul 10, 2023
1 parent 58fe07a commit b72c832
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 32 deletions.
3 changes: 1 addition & 2 deletions invokeai/app/services/board_image_record_storage.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import sqlite3
import threading
from abc import ABC, abstractmethod
from typing import Optional, cast

from ABC import abstractmethod

from invokeai.app.services.board_record_storage import BoardRecord
from invokeai.app.services.image_record_storage import OffsetPaginatedResults
from invokeai.app.services.models.image_record import (
Expand Down
Loading

0 comments on commit b72c832

Please sign in to comment.