diff --git a/dbus_next/introspection.py b/dbus_next/introspection.py index d8e82a1..2a26004 100644 --- a/dbus_next/introspection.py +++ b/dbus_next/introspection.py @@ -239,7 +239,6 @@ def __init__(self, name: str, signature: str, access: PropertyAccess = PropertyAccess.READWRITE): - assert_member_name_valid(name) tree = SignatureTree._get(signature) if len(tree.types) != 1: