Skip to content

Commit

Permalink
Fix import of SystemdService
Browse files Browse the repository at this point in the history
  • Loading branch information
schaerfo authored and bernhardkaindl committed Mar 16, 2024
1 parent 3b31e12 commit 126376e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdbus_async/systemd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__all__ = [
"SystemdInterfaceAsync",
"SystemdServiceInterfaceAsync",
"SystemdService"
"SystemdService",
"SystemdUnitInterfaceAsync",
"SystemdUnit",
"Systemd",
Expand Down
2 changes: 1 addition & 1 deletion sdbus_block/systemd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__all__ = [
"SystemdInterface",
"SystemdServiceInterface",
"SystemdService"
"SystemdService",
"SystemdUnitInterface",
"SystemdUnit",
"Systemd",
Expand Down

0 comments on commit 126376e

Please sign in to comment.