fmt
This commit is contained in:
@@ -56,10 +56,10 @@ def run(cfg: taiga_pycli.config.Config, args):
|
|||||||
real_hats = []
|
real_hats = []
|
||||||
for hat in response:
|
for hat in response:
|
||||||
rh = taiga_pycli.models.Hat(
|
rh = taiga_pycli.models.Hat(
|
||||||
name=hat["name"],
|
name=hat["name"],
|
||||||
description=hat["description"],
|
description=hat["description"],
|
||||||
user_id=hat["user_id"],
|
user_id=hat["user_id"],
|
||||||
)
|
)
|
||||||
real_hats.append(rh)
|
real_hats.append(rh)
|
||||||
print(rh)
|
print(rh)
|
||||||
# _logger.info(response)
|
# _logger.info(response)
|
||||||
|
|||||||
Reference in New Issue
Block a user