Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
fohrloop committed Apr 20, 2024
1 parent 8805c94 commit 567f9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wakepy/methods/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# is that the Methods are registered into the method registry only if the class
# definition is executed (if the module containing the Method class definition
# is imported)
from . import _fake as _fake
from . import _testing as _testing
from . import freedesktop as freedesktop
from . import gnome as gnome
from . import macos as macos
Expand Down

0 comments on commit 567f9a9

Please sign in to comment.