Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
vallbull committed Oct 18, 2023
1 parent 315b8c7 commit b20c44a
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,8 @@ class DownloadGSheetTask(BaseTaskMeta):


@attr.s
<<<<<<< HEAD
<<<<<<< HEAD
class DownloadYaDocsTask(BaseTaskMeta):
name = TaskName("download_yadocs")
=======
class DownloadYaDocumentsTask(BaseTaskMeta):
name = TaskName("download_yadocuments")
>>>>>>> 3774068a (Download yadocs task)
=======
class DownloadYaDocsTask(BaseTaskMeta):
name = TaskName("download_yadocs")
>>>>>>> ab5a41d1 (Fix issues)

file_id: str = attr.ib()

Expand Down

0 comments on commit b20c44a

Please sign in to comment.