From 38899c04584a265d20e9a6502ff2df2490e15e72 Mon Sep 17 00:00:00 2001 From: Joel Welling Date: Thu, 2 May 2024 14:57:54 -0400 Subject: [PATCH] isort --- tests/test_semantic_versions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_semantic_versions.py b/tests/test_semantic_versions.py index 8e3f3dc..1183d4c 100644 --- a/tests/test_semantic_versions.py +++ b/tests/test_semantic_versions.py @@ -2,7 +2,6 @@ from pathlib import Path import semantic_version - from ingest_validation_tools.plugin_validator import validation_class_iter FALLBACK_REGEX = r"^\d+\.\d+$"