From 7bd0521d01d72db53acdb9761bdb065e4fa75a7b Mon Sep 17 00:00:00 2001 From: mbsantiago Date: Mon, 22 Jun 2026 21:36:14 -0600 Subject: [PATCH] Run formatter --- tests/test_cli/test_base.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_cli/test_base.py b/tests/test_cli/test_base.py index b7daf1f..54918e3 100644 --- a/tests/test_cli/test_base.py +++ b/tests/test_cli/test_base.py @@ -6,7 +6,6 @@ from click.testing import CliRunner from batdetect2.cli import cli - BASE_DIR = Path(__file__).parent.parent.parent