chore: fixes after libretime_api_client rename

This commit is contained in:
jo 2021-12-24 00:21:18 +01:00 committed by Kyle Robbertze
parent be09f74af6
commit c04287b7c4
18 changed files with 24 additions and 24 deletions

View file

@ -1,7 +1,7 @@
import pytest
from api_clients.utils import RequestProvider
from api_clients.version2 import AirtimeApiClient, api_config
from libretime_api_client.utils import RequestProvider
from libretime_api_client.version2 import AirtimeApiClient, api_config
@pytest.fixture()