mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-01 20:29:49 -04:00
Merge pull request #2698 from alphagov/pyup-update-flake8-3.6.0-to-3.7.1
Update flake8 to 3.7.1
This commit is contained in:
@@ -835,12 +835,12 @@ def get_back_link(service_id, template, step_index):
|
|||||||
template_id=template.id,
|
template_id=template.id,
|
||||||
)
|
)
|
||||||
elif is_current_user_the_recipient() and step_index > 1:
|
elif is_current_user_the_recipient() and step_index > 1:
|
||||||
return url_for(
|
return url_for(
|
||||||
'main.send_test_step',
|
'main.send_test_step',
|
||||||
service_id=service_id,
|
service_id=service_id,
|
||||||
template_id=template.id,
|
template_id=template.id,
|
||||||
step_index=step_index - 1,
|
step_index=step_index - 1,
|
||||||
)
|
)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
return url_for(
|
return url_for(
|
||||||
|
|||||||
@@ -8,6 +8,6 @@ pytest-xdist==1.26.0
|
|||||||
coveralls==1.5.1
|
coveralls==1.5.1
|
||||||
beautifulsoup4==4.7.1
|
beautifulsoup4==4.7.1
|
||||||
freezegun==0.3.11
|
freezegun==0.3.11
|
||||||
flake8==3.6.0
|
flake8==3.7.1
|
||||||
flake8-print==3.1.0
|
flake8-print==3.1.0
|
||||||
requests-mock==1.5.2
|
requests-mock==1.5.2
|
||||||
|
|||||||
Reference in New Issue
Block a user