Skip to content

Commit

Permalink
small API client fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Aug 20, 2018
1 parent 339d1d9 commit 2f88cd9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/budy/base.py
Expand Up @@ -46,8 +46,9 @@
from . import address
from . import country
from . import product
from . import referral
from . import section
from . import voucher
from . import referral
from . import category
from . import collection
from . import subscription
Expand All @@ -65,6 +66,7 @@ class API(
address.AddressAPI,
country.CountryAPI,
product.ProductAPI,
section.SectionAPI,
voucher.VoucherAPI,
category.CategoryAPI,
referral.ReferralAPI,
Expand Down

0 comments on commit 2f88cd9

Please sign in to comment.