Skip to content

Commit

Permalink
Reorder classes on top of function definitions (#1420)
Browse files Browse the repository at this point in the history
* Re-order classes to be on top of function definitions

* Pull WinTask and XcursorImage out of code blocks

* Remove duplicated GuiVar if

* bootstrap: Fix old filename ref in docstring

* Fix linting issues in Prefs and correctly type Gtk.Settings
  • Loading branch information
C0rn3j authored Jan 29, 2025
1 parent 66858a3 commit 34bb6a4
Show file tree
Hide file tree
Showing 3 changed files with 28,960 additions and 28,956 deletions.
2 changes: 1 addition & 1 deletion src/tauon/t_modules/t_bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#@dataclass
class Holder:
"""Class that holds variables for forwarding them from tauon.py to t_main.py"""
"""Class that holds variables for forwarding them from __main__.py to t_main.py"""

t_window: Any # SDL_CreateWindow() return type (???)
renderer: Any # SDL_CreateRenderer() return type (???)
Expand Down
Loading

0 comments on commit 34bb6a4

Please sign in to comment.