Drop the blank line isort does not want before the local import

.isort.cfg sets no_lines_before=LOCALFOLDER, so `from . import` follows the
galaxy.util import directly.
This commit is contained in:
John Chilton
2026-08-20 11:04:42 -04:00
committed by mvdbeek
parent bc8d598d27
commit 3016152d83
@@ -9,7 +9,6 @@ from typing import (
)
from galaxy.util import asbool
from . import (
InstrumentPlugin,
ProvidesJobMetricsContext,