mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
Remove unecessary brackets when returning tuple
This commit is contained in:
@@ -348,7 +348,7 @@ def dao_timeout_notifications(timeout_period_in_seconds):
|
|||||||
|
|
||||||
|
|
||||||
def get_financial_year(year):
|
def get_financial_year(year):
|
||||||
return (get_april_fools(year), get_april_fools(year + 1))
|
return get_april_fools(year), get_april_fools(year + 1)
|
||||||
|
|
||||||
|
|
||||||
def get_april_fools(year):
|
def get_april_fools(year):
|
||||||
|
|||||||
Reference in New Issue
Block a user