Skip to content

Commit

Permalink
Black and isort
Browse files Browse the repository at this point in the history
  • Loading branch information
canismarko committed Jun 13, 2024
1 parent 63179ed commit d80d209
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/firefly/queue_button.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""A QPushButton that responds to the state of the queue server."""
from strenum import StrEnum

import qtawesome as qta
from qtpy import QtGui, QtWidgets
from strenum import StrEnum

from firefly import FireflyApplication

Expand Down
2 changes: 1 addition & 1 deletion src/firefly/tests/test_queue_button.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from firefly.queue_button import QueueButton, Colors
from firefly.queue_button import Colors, QueueButton


def test_queue_button_style(ffapp):
Expand Down

0 comments on commit d80d209

Please sign in to comment.