Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Pea Tyczynska committed Dec 5, 2019
1 parent 0e50b86 commit 538be7d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/app/service/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,3 @@ def test_get_current_financial_year_start_year_before_march():
def test_get_current_financial_year_start_year_after_april():
current_fy = get_current_financial_year_start_year()
assert current_fy == 2017


MockServicesNotificationCounts = namedtuple(
'ServicesSendingToTVNumbers',
[
'service_id',
'status',
'count',
]
)

0 comments on commit 538be7d

Please sign in to comment.