Skip to content

Commit

Permalink
feat!: don't import backends by default (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech authored Sep 7, 2023
1 parent 6c3d8c1 commit 091d421
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/dbus_fast/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from . import aio, glib, introspection, message_bus, proxy_object, service
from . import introspection, message_bus, proxy_object, service
from .constants import (
ArgDirection,
BusType,
Expand Down Expand Up @@ -40,8 +40,6 @@
)

__all__ = [
"aio",
"glib",
"introspection",
"message_bus",
"proxy_object",
Expand Down

0 comments on commit 091d421

Please sign in to comment.