From a43c660a834b4f62976c551263286b3e84448b40 Mon Sep 17 00:00:00 2001 From: Nick Todd Date: Thu, 13 Mar 2025 15:01:23 +0000 Subject: [PATCH] #3110: pre-commit fixes. --- docs/source/simulation_structure.rst | 1 - 1 file changed, 1 deletion(-) 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 -