Skip to content

Commit

Permalink
sorty sort
Browse files Browse the repository at this point in the history
  • Loading branch information
martenson committed May 24, 2024
1 parent cae34c8 commit 706ae5f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/galaxy/datatypes/chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@

from galaxy.datatypes.metadata import MetadataElement
from galaxy.datatypes.protocols import DatasetProtocol
from galaxy.datatypes.sniff import build_sniff_from_prefix, FilePrefix, get_headers
from galaxy.datatypes.sniff import (
build_sniff_from_prefix,
FilePrefix,
get_headers,
)
from galaxy.util import (
commaify,
compression_utils,
Expand Down

0 comments on commit 706ae5f

Please sign in to comment.