Skip to content

Commit

Permalink
attrs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asnytin committed Oct 31, 2023
1 parent 5856b8e commit 78f9385
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class CleanupTenantFilePreviewsTask(BaseTaskMeta):
tenant_id: str = attr.ib()


@attr.s
@attr.s(kw_only=True)
class RenameTenantFilesTask(BaseTaskMeta):
name = TaskName("rename_tenant_files_task")

Expand Down

0 comments on commit 78f9385

Please sign in to comment.