Skip to content

Commit

Permalink
fixed import bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Lh4cKg committed Jul 18, 2020
1 parent f084556 commit 5fe8ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geopayment/providers/tbc/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from typing import Dict, Any, Optional, Tuple

from geopayment.utils import tbc_params, _request
from geopayment.providers.utils import tbc_params, _request


class BaseTBCProvider(object):
Expand Down

0 comments on commit 5fe8ff0

Please sign in to comment.