Skip to content

Commit

Permalink
Remove unused form elements from shared controller endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Nov 30, 2017
1 parent 3f1dda6 commit bbaea8b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions lib/galaxy/web/base/controller.py
Expand Up @@ -50,13 +50,7 @@
AddressField,
build_select_field,
CheckboxField,
HistoryField,
PasswordField,
SelectField,
TextArea,
TextField,
WorkflowField,
WorkflowMappingField
PasswordField
)
from galaxy.workflow.modules import WorkflowModuleInjector

Expand Down

0 comments on commit bbaea8b

Please sign in to comment.