From 695b0e2b32a10877f974575788c4f992b0a79806 Mon Sep 17 00:00:00 2001 From: Ignacio Date: Mon, 1 Apr 2024 15:54:19 +0200 Subject: [PATCH] linting --- qadence_libs/qinfo_tools/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qadence_libs/qinfo_tools/__init__.py b/qadence_libs/qinfo_tools/__init__.py index 2867388..130bdc7 100644 --- a/qadence_libs/qinfo_tools/__init__.py +++ b/qadence_libs/qinfo_tools/__init__.py @@ -3,7 +3,6 @@ from .qfi import get_quantum_fisher, get_quantum_fisher_spsa from .qng import QNG, QNG_SPSA - # Modules to be automatically added to the qadence namespace __all__ = [ "QNG",