Skip to content

Commit 0b4bc95

Browse files
added asset testcases
1 parent 73fe85e commit 0b4bc95

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

contentstack/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
from .asset import Asset
1212
from .asset_library import AssetLibrary
1313
from .config import Config
14-
from .query_result import QueryResult
1514
from .content_type import ContentType
1615
from .errors import HTTPError, ConfigError
1716
from .group import Group

contentstack/asset_library.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"""
3535

3636

37-
class AssetLibrary():
37+
class AssetLibrary:
3838

3939
def __init__(self):
4040
self.count = 0

0 commit comments

Comments
 (0)