Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavcs committed Jan 21, 2023
1 parent 4725e06 commit 38afccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tool_shed/webapp/api/repositories.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
BaseAPIController,
HTTPBadRequest,
)
from tool_shed.webapp import model
from tool_shed.dependencies import attribute_handlers
from tool_shed.metadata import repository_metadata_manager
from tool_shed.repository_types import util as rt_util
Expand All @@ -51,6 +50,7 @@
repository_util,
tool_util,
)
from tool_shed.webapp import model
from tool_shed.webapp.search.repo_search import RepoSearch

log = logging.getLogger(__name__)
Expand Down

0 comments on commit 38afccd

Please sign in to comment.