diff --git a/docs/source/simulation_structure.rst b/docs/source/simulation_structure.rst index 6ed7a8e6..cb5b67c0 100644 --- a/docs/source/simulation_structure.rst +++ b/docs/source/simulation_structure.rst @@ -75,4 +75,3 @@ snippet demonstrates usage of the ``ActionPermissionValidator``. phone2 = Smartphone(name="phone2", connected=True) phone.apply_request(request=["reset_factory_settings"]) # >>> True -