From 09a79d3638a309c0d507566a93470aab462bb0eb Mon Sep 17 00:00:00 2001 From: Pengfei Chen Date: Mon, 2 Oct 2023 14:50:13 -0700 Subject: [PATCH] update format --- unitary/examples/quantum_chinese_chess/piece.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/unitary/examples/quantum_chinese_chess/piece.py b/unitary/examples/quantum_chinese_chess/piece.py index 0b55e71b..6335c530 100644 --- a/unitary/examples/quantum_chinese_chess/piece.py +++ b/unitary/examples/quantum_chinese_chess/piece.py @@ -11,14 +11,12 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -from unitary.alpha import ( - QuantumObject -) +from unitary.alpha import QuantumObject from unitary.examples.quantum_chinese_chess.enums import ( SquareState, Language, Color, - Type + Type, )