From 8c0a492628bd63519e7858f0095bf560df8f2d85 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Mon, 27 Jan 2025 23:20:20 +0000 Subject: [PATCH] :truck: Rename a non-action so that it's not called an action --- src/peplum/app/screens/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/peplum/app/screens/main.py b/src/peplum/app/screens/main.py index 5d7b19a..a3a6bf9 100644 --- a/src/peplum/app/screens/main.py +++ b/src/peplum/app/screens/main.py @@ -317,7 +317,7 @@ def show_status(self, command: ShowStatus) -> None: self.active_peps &= WithStatus(command.status) @on(ShowPythonVersion) - def action_show_python_version(self, command: ShowPythonVersion) -> None: + def show_python_version(self, command: ShowPythonVersion) -> None: """Filter the PEPs by a given Python version. Args: