Skip to content

Commit

Permalink
Merge pull request OneDrive#86 from OneDrive/fix-imports-in-collections
Browse files Browse the repository at this point in the history
Fix adding in children collection
  • Loading branch information
D4N14L authored Dec 2, 2016
2 parents 7c96e80 + abd3e13 commit dba1bd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/python2/request/children_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from ..collection_base import CollectionRequestBase, CollectionResponseBase
from ..request_builder_base import RequestBuilderBase
from ..model.children_collection_page import ChildrenCollectionPage
from ..model.item import Item
import json

class ChildrenCollectionRequest(CollectionRequestBase):
Expand Down
1 change: 1 addition & 0 deletions src/python3/request/children_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from ..collection_base import CollectionRequestBase, CollectionResponseBase
from ..request_builder_base import RequestBuilderBase
from ..model.children_collection_page import ChildrenCollectionPage
from ..model.item import Item
import json
import asyncio

Expand Down

0 comments on commit dba1bd7

Please sign in to comment.