Skip to content

Commit

Permalink
change in package
Browse files Browse the repository at this point in the history
  • Loading branch information
rienafairefr committed Feb 22, 2018
1 parent 10c3759 commit da7cf7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/tests_new_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
import unittest

from dotenv import load_dotenv, find_dotenv
from ynab import BudgetsApi
from ynab_api import BudgetsApi

from ynab.configuration import Configuration
from ynab.rest import ApiException
from ynab.api_client import ApiClient
from ynab_api.configuration import Configuration
from ynab_api.rest import ApiException
from ynab_api.api_client import ApiClient

load_dotenv(find_dotenv())

Expand Down

0 comments on commit da7cf7a

Please sign in to comment.