Skip to content

Commit

Permalink
formatting cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmukai committed Sep 23, 2023
1 parent ed7a922 commit ac7e534
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/seedsigner/controller.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import time
import logging

import time
import traceback

from embit.descriptor import Descriptor
from embit.psbt import PSBT
from PIL.Image import Image
from seedsigner.gui.toast import BaseToastOverlayManagerThread

from seedsigner.gui.toast import BaseToastOverlayManagerThread
from seedsigner.models.psbt_parser import PSBTParser
from seedsigner.models.seed import Seed
from seedsigner.models.seed_storage import SeedStorage
Expand Down

0 comments on commit ac7e534

Please sign in to comment.