From d834cedf995857989e0c143ce48e190b372a0902 Mon Sep 17 00:00:00 2001 From: Amanda Richardson Date: Tue, 20 Aug 2024 15:38:35 -0500 Subject: [PATCH] make style --- tests/test_shell_launcher.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_shell_launcher.py b/tests/test_shell_launcher.py index f3f7618d3..8bf5a6aa0 100644 --- a/tests/test_shell_launcher.py +++ b/tests/test_shell_launcher.py @@ -47,6 +47,7 @@ pytestmark = pytest.mark.group_a + class EchoHelloWorldEntity(entity.SmartSimEntity): """A simple smartsim entity that meets the `ExecutableProtocol` protocol"""