Skip to content

Commit

Permalink
tests/discoverer: remove toplevel blueprint initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
vsudilov committed Jan 8, 2015
1 parent 52dd4c1 commit 7781d7b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions adsws/tests/sample_microservice/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@
config.CLIENT = None
client = Client(config.CLIENT)

blueprint = lambda: Blueprint(
'sample_application',
__name__,
static_folder=None,
)

#This resource must be available for every adsabs webservice.
class Resources(Resource):
'''Overview of available resources'''
Expand Down

0 comments on commit 7781d7b

Please sign in to comment.