mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-08-29 02:26:59 +08:00
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:
@@ -9,7 +9,6 @@ from typing import (
|
||||
)
|
||||
|
||||
from galaxy.util import asbool
|
||||
|
||||
from . import (
|
||||
InstrumentPlugin,
|
||||
ProvidesJobMetricsContext,
|
||||
|
||||
Reference in New Issue
Block a user