Fix error in .get definition.
This commit is contained in:
parent
b0e8bb1307
commit
43a8b2fb45
@ -2,4 +2,4 @@
|
||||
|
||||
__author__ = """Cassowary Rusnov"""
|
||||
__email__ = "rusnovc@gmail.com"
|
||||
__version__ = "0.0.1"
|
||||
__version__ = "0.0.2"
|
||||
|
@ -191,7 +191,7 @@ class APIv4:
|
||||
objName: str,
|
||||
where: Optional[List] = None,
|
||||
limit: Optional[int] = None,
|
||||
select=Optional[List[str]]) -> List:
|
||||
select: Optional[List[str]] = None) -> List:
|
||||
"""
|
||||
Get objects based on a where clause, optional limit and optional field list.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user