Skip to content

Commit

Permalink
Fix issue #26.
Browse files Browse the repository at this point in the history
  • Loading branch information
csadorf committed Aug 18, 2022
1 parent 1cf1641 commit 4152146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marketplace/app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
import warnings

from packaging.version import parse
from utils import camel_to_snake

from ..client import MarketPlaceClient
from .utils import camel_to_snake
from .v0 import MarketPlaceApp as _MarketPlaceApp_v0
from .v0_0_1 import MarketPlaceApp as _MarketPlaceApp_v0_0_1

Expand Down

0 comments on commit 4152146

Please sign in to comment.