Skip to content

Commit

Permalink
Fix import style
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Nov 17, 2017
1 parent ae07744 commit edbe7ec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/galaxy/web/form_builder.py
Expand Up @@ -8,7 +8,11 @@

from six import string_types

from galaxy.util import restore_text, unicodify, asbool
from galaxy.util import (
asbool,
restore_text,
unicodify
)

log = logging.getLogger(__name__)

Expand Down

0 comments on commit edbe7ec

Please sign in to comment.