Skip to content

Commit

Permalink
Better syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanciapetti committed Jul 11, 2024
1 parent 1a83f31 commit 12f73c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from typing import TypeAlias
from src.widgets import PicklevwTkLoadButton, PicklevwTkThemeButton, PicklevwTkFrame

WidgetType: TypeAlias = PicklevwTkLoadButton | PicklevwTkThemeButton | PicklevwTkFrame
WidgetType = PicklevwTkLoadButton | PicklevwTkThemeButton | PicklevwTkFrame


class WidgetFactory:
Expand Down

0 comments on commit 12f73c6

Please sign in to comment.