Update tests, function moved.
This commit is contained in:
parent
7a08c4b56d
commit
b3e7070b84
|
@ -5,7 +5,6 @@ from decimal import Decimal
|
|||
|
||||
import pytest
|
||||
from agenda import (
|
||||
get_gbpusd,
|
||||
get_next_bank_holiday,
|
||||
get_next_timezone_transition,
|
||||
next_economist,
|
||||
|
@ -14,6 +13,7 @@ from agenda import (
|
|||
timedelta_display,
|
||||
uk_financial_year_end,
|
||||
)
|
||||
from agenda.fx import get_gbpusd
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
|
Loading…
Reference in a new issue