From 8e99e06dc871781e722a065ae3ccc8fc67ba8474 Mon Sep 17 00:00:00 2001 From: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com> Date: Wed, 17 Jan 2024 14:57:04 -0500 Subject: [PATCH] Remove py.typed until #74 is addressed (#121) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Elena Peña Tapia <57907331+ElePT@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- qiskit_algorithms/py.typed | 1 - 1 file changed, 1 deletion(-) delete mode 100644 qiskit_algorithms/py.typed diff --git a/qiskit_algorithms/py.typed b/qiskit_algorithms/py.typed deleted file mode 100644 index 1242d432..00000000 --- a/qiskit_algorithms/py.typed +++ /dev/null @@ -1 +0,0 @@ -# Marker file for PEP 561.