Skip to content

Commit

Permalink
fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
springmeyer committed Mar 1, 2024
1 parent 91bc6da commit ab4b9d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion felt/core/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
from .meta import PLUGIN_METADATA_PARSER
from .s3_upload_parameters import S3UploadParameters
from .enums import UsageType
from .constants import (
from ..gui.constants import (
FELT_API_URL
)

Expand Down
2 changes: 1 addition & 1 deletion felt/core/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
)

from .pkce import generate_pkce_pair
from .constants import (
from ..gui.constants import (
FELT_API_BASE
)

Expand Down

0 comments on commit ab4b9d2

Please sign in to comment.