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