From de743a120d156b4c0910337abe898c928eaae653 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 12:24:05 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- pubtools/_pulp/step.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pubtools/_pulp/step.py b/pubtools/_pulp/step.py index 2715e1e7..7d0f9df1 100644 --- a/pubtools/_pulp/step.py +++ b/pubtools/_pulp/step.py @@ -6,6 +6,7 @@ LOG = logging.getLogger("pubtools.pulp") UNSET = object() + class StepDecorator(object): """Implementation of PulpTask.step decorator. See that method for more info."""