Skip to content

Commit

Permalink
Format dev to fix linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Sep 20, 2024
1 parent 3d17e97 commit b385010
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@
Create Date: 2024-09-20 10:52:07.695199
"""
from alembic import op
import sqlalchemy as sa


# revision identifiers, used by Alembic.
revision = 'd2d8f51ebb7e'
down_revision = ('04288b6a5b25', 'eee9229a9765')
revision = "d2d8f51ebb7e"
down_revision = ("04288b6a5b25", "eee9229a9765")
branch_labels = None
depends_on = None

Expand Down
2 changes: 1 addition & 1 deletion lib/galaxy/webapps/galaxy/controllers/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
)
from galaxy.datatypes.sniff import guess_ext
from galaxy.exceptions import (
MessageException,
InsufficientPermissionsException,
MessageException,
RequestParameterInvalidException,
)
from galaxy.managers.hdas import (
Expand Down

0 comments on commit b385010

Please sign in to comment.