diff --git a/Clean-Notebook.ipynb b/Clean-Notebook.ipynb index f689ad7..04a7d1b 100644 --- a/Clean-Notebook.ipynb +++ b/Clean-Notebook.ipynb @@ -38,7 +38,7 @@ "import s3fs\n", "# Create filesystem object\n", "S3_ENDPOINT_URL = \"https://\" + os.environ[\"AWS_S3_ENDPOINT\"]\n", - "fs = s3fs.S3FileSystem(client_kwargs={'endpoint_url': S3_ENDPOINT_URL})" + "fs = s3fs.S3FileSystem(client_kwargs={'endpoint_url': S3_ENDPOINT_URL})\n" ] }, {