Skip to content

Commit

Permalink
feed flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
martenson committed Aug 18, 2015
1 parent 4dc92f5 commit 5d0b2b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/galaxy/webapps/tool_shed/api/configuration.py
Expand Up @@ -5,7 +5,6 @@

from galaxy.web import _future_expose_api_anonymous_and_sessionless as expose_api_anonymous_and_sessionless
from galaxy.web.base.controller import BaseAPIController
from galaxy.managers import configuration

import logging
log = logging.getLogger( __name__ )
Expand All @@ -16,7 +15,6 @@ class ConfigurationController( BaseAPIController ):
def __init__( self, app ):
super( ConfigurationController, self ).__init__( app )


@expose_api_anonymous_and_sessionless
def version( self, trans, **kwds ):
"""
Expand Down

0 comments on commit 5d0b2b5

Please sign in to comment.