From e733491d1456396cc60081910090a930b1cc2026 Mon Sep 17 00:00:00 2001 From: albi3ro Date: Thu, 20 Jun 2024 18:15:01 -0400 Subject: [PATCH] fix test coverage --- pennylane/capture/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pennylane/capture/__init__.py b/pennylane/capture/__init__.py index 75e82da4053..98637c2d425 100644 --- a/pennylane/capture/__init__.py +++ b/pennylane/capture/__init__.py @@ -162,7 +162,6 @@ def __getattr__(key): raise AttributeError(f"module 'pennylane.capture' has no attribute '{key}'") -# pylint: disable=undefined-all-variable __all__ = ( "disable", "enable",