Skip to content
Snippets Groups Projects
Commit 044787e8 authored by vlorentz's avatar vlorentz
Browse files

DownloadGraphFromS3: Fix incorrect docstring

parent 1db04d1d
No related branches found
Tags v6.3.1
No related merge requests found
......@@ -313,8 +313,7 @@ class DownloadGraphFromS3(luigi.Task):
s3_graph_path = S3PathParameter(significant=False)
def requires(self) -> List[luigi.Task]:
"""Returns a :class:`ExportGraph` task that writes local files at the
expected location."""
"""Returns a :class:`UploadGraphToS3` task that writes local files to S3."""
return [
UploadGraphToS3(
local_graph_path=self.local_graph_path,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment