feat!: don't import backends by default (#243)

This commit is contained in:
David Lechner 2023-09-07 18:35:05 -05:00 committed by GitHub
parent 6c3d8c1912
commit 091d421a94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
@ -40,8 +40,6 @@ from .validators import (
)
__all__ = [
"aio",
"glib",
"introspection",
"message_bus",
"proxy_object",