Skip to content

Commit

Permalink
black fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Sep 4, 2023
1 parent 5b83d0b commit a91995c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sdrf_pipelines/parse_sdrf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
from sdrf_pipelines.normalyzerde.normalyzerde import NormalyzerDE
from sdrf_pipelines.openms.openms import OpenMS
from sdrf_pipelines.sdrf.sdrf import SdrfDataFrame
from sdrf_pipelines.sdrf.sdrf_schema import (ALL_TEMPLATES, DEFAULT_TEMPLATE,
MASS_SPECTROMETRY)
from sdrf_pipelines.sdrf.sdrf_schema import ALL_TEMPLATES, DEFAULT_TEMPLATE, MASS_SPECTROMETRY
from sdrf_pipelines.utils.exceptions import AppConfigException

CONTEXT_SETTINGS = dict(help_option_names=["-h", "--help"])
Expand Down

0 comments on commit a91995c

Please sign in to comment.