Skip to content

Commit

Permalink
change importation path
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfidenceYobo committed Sep 14, 2021
1 parent 0dca0a3 commit 3a0df89
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coinpayments/apiConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import hashlib
import json

from errors import (MissingAuthKeyError, ImproperlyConfigured)
from coinpayments.errors import (MissingAuthKeyError, ImproperlyConfigured)


class ApiConfig:
Expand Down
2 changes: 1 addition & 1 deletion coinpayments/coinpayments.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from apiConfig import ApiConfig
from coinpayments.apiConfig import ApiConfig


class CoinPayments(ApiConfig):
Expand Down
Empty file removed test.py
Empty file.

0 comments on commit 3a0df89

Please sign in to comment.