Skip to content

Commit 1602256

Browse files
Merge pull request #31 from xsqian/main
remove the requirement for set up the S3_BUCKET_NAME environment variable in .env file
2 parents 29edfcd + 9730d81 commit 1602256

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

notebook.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@
206206
" assert os.environ[\"MYSQL_URL\"]\n",
207207
" use_sqlite = False\n",
208208
"else:\n",
209-
" assert os.environ[\"S3_BUCKET_NAME\"]\n",
210209
" use_sqlite = True"
211210
]
212211
},

0 commit comments

Comments
 (0)