Skip to content

Commit

Permalink
linter: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Jul 31, 2023
1 parent 4ca03dc commit 578049d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/unit/app/tools/test_parameter_validation.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
from galaxy.datatypes.sniff import get_test_fname
from galaxy.model import Dataset, History, HistoryDatasetAssociation
from galaxy.model import (
Dataset,
History,
HistoryDatasetAssociation,
)
from .util import BaseParameterTestCase


# def get_test_fname(fname):
# """Returns test data filename"""
# path, name = os.path.split(__file__)
Expand Down

0 comments on commit 578049d

Please sign in to comment.