From 86a5d4e3345934a93d33df1aa0fd9b214f47c171 Mon Sep 17 00:00:00 2001 From: Lester Hedges Date: Mon, 8 Apr 2024 09:53:30 +0100 Subject: [PATCH] Blacken. [ci skip] --- tests/test_qm_xyz.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_qm_xyz.py b/tests/test_qm_xyz.py index 79784d0..0564430 100644 --- a/tests/test_qm_xyz.py +++ b/tests/test_qm_xyz.py @@ -60,4 +60,3 @@ def test_qm_xyz(): if line.startswith("22"): num_frames += 1 assert num_frames == 11 -