Skip to content

Commit 19b1eda

Browse files
author
Tony Crisci
committed
dbus-send: remove unused import
1 parent 389aa0b commit 19b1eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dbus-next-send.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from dbus_next.validators import (is_bus_name_valid, is_member_name_valid, is_object_path_valid,
77
is_interface_name_valid)
88
from dbus_next.aio import MessageBus
9-
from dbus_next import MessageType, SignatureTree, BusType, Message, Variant
9+
from dbus_next import MessageType, BusType, Message, Variant
1010
from argparse import ArgumentParser, OPTIONAL
1111
import json
1212

0 commit comments

Comments
 (0)