Re4matting
This commit is contained in:
@ -177,7 +177,7 @@ class Timesheet(BaseAPI):
|
||||
|
||||
@staticmethod
|
||||
def list_by(api, **kwargs):
|
||||
kwargs['size'] = 10000
|
||||
kwargs["size"] = 10000
|
||||
return [
|
||||
Timesheet(
|
||||
api,
|
||||
@ -189,10 +189,7 @@ class Timesheet(BaseAPI):
|
||||
t["description"],
|
||||
t["tags"],
|
||||
)
|
||||
for t in api.get(
|
||||
"timesheets",
|
||||
params=kwargs
|
||||
)
|
||||
for t in api.get("timesheets", params=kwargs)
|
||||
]
|
||||
|
||||
@staticmethod
|
||||
|
Reference in New Issue
Block a user