We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73fe85e commit 0b4bc95Copy full SHA for 0b4bc95
contentstack/__init__.py
@@ -11,7 +11,6 @@
11
from .asset import Asset
12
from .asset_library import AssetLibrary
13
from .config import Config
14
-from .query_result import QueryResult
15
from .content_type import ContentType
16
from .errors import HTTPError, ConfigError
17
from .group import Group
contentstack/asset_library.py
@@ -34,7 +34,7 @@
34
"""
35
36
37
-class AssetLibrary():
+class AssetLibrary:
38
39
def __init__(self):
40
self.count = 0
0 commit comments