Skip to content

Commit 13fdf37

Browse files
mshaileshr@gmail.commshaileshr@gmail.com
authored andcommitted
Removed reports from repository
1 parent 9e00f9e commit 13fdf37

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

contentstack/basequery.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import enum
66

77

8-
# ************* Module assetquery **************
8+
# ************* Module basequery.py **************
99
# Your code has been rated at 10.00/10
1010

1111
class QueryOperation(enum.Enum):
@@ -38,7 +38,7 @@ def _get_operation_value(fields):
3838

3939
class BaseQuery:
4040
"""
41-
Common Query class works for Entry As well as Asset
41+
Common Query class works for Query As well as Asset
4242
"""
4343

4444
def __init__(self):
@@ -162,8 +162,8 @@ def query(self, key: str, value):
162162
"""
163163
Adds key value pairs to the to the query parameters
164164
Arguments:
165-
key {[str]} -- key of the query param
166-
value {[type]} -- value of query param
165+
key {str} -- key of the query param
166+
value {any} -- value of query param
167167
Raises:
168168
KeyError: when key or value found None
169169
Returns:

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ urllib3~=1.25.8
2424
alabaster~=0.7.12
2525
pyparsing~=2.4.6
2626
setuptools~=41.6.0
27-
zipp~=0.6.0
27+
zipp~=0.6.0
28+
html-testRunner~=1.2.1

0 commit comments

Comments
 (0)