From 8ee029e9b0c8d0c95c17e4e2fb34938f5af9c416 Mon Sep 17 00:00:00 2001 From: Alec Edgington Date: Mon, 10 Feb 2025 15:34:39 +0000 Subject: [PATCH] Ignore ruff warning. --- pytket/pytket/logging/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytket/pytket/logging/__init__.py b/pytket/pytket/logging/__init__.py index a4b4debbee..4aedd13ba5 100644 --- a/pytket/pytket/logging/__init__.py +++ b/pytket/pytket/logging/__init__.py @@ -1,3 +1,5 @@ +# noqa: A005 + # Copyright Quantinuum # # Licensed under the Apache License, Version 2.0 (the "License");