Skip to content

Commit

Permalink
minor linting
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt committed Jan 10, 2019
1 parent ddd8f19 commit 8b9a32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/views/mobile_survey.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def get_last_login(date):
onlinebasemaps=settings.MOBILE_DEFAULT_ONLINE_BASEMAP,
)
mobile_survey = survey.serialize()
mobile_survey['bounds']=settings.DEFAULT_BOUNDS
mobile_survey['bounds'] = settings.DEFAULT_BOUNDS

resources = get_survey_resources(mobile_survey)

Expand Down

0 comments on commit 8b9a32d

Please sign in to comment.