File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 99from .configuration import Configuration
1010from .connection import Connection
1111from .contract import Contract
12- from .fulfillment import Fulfillment
1312from .item import Item
1413from .marketplace import Marketplace
1514from .param import Param
@@ -149,6 +148,7 @@ def get_requests(self, config=None):
149148 """
150149 from connect .config import Config
151150 from connect .resources .base import ApiClient
151+ from .fulfillment import Fulfillment
152152 text , _ = ApiClient (
153153 config or Config .get_instance (),
154154 'assets/' + self .id + '/requests' ).get ()
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class UsageListing(BaseModel):
2828 """ (str) Creation time. """
2929
3030 # Undocumented fields (they appear in PHP SDK)
31-
31+
3232 vendor = None # type: Company
3333 """ (:py:class:`.Company`) Vendor Object. """
3434
You can’t perform that action at this time.
0 commit comments