remove ipynb cleanup script
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
import os
|
||||
|
||||
threshold = 5 * 1024 * 1024
|
||||
|
||||
def blob_callback(blob, metadata):
|
||||
if not blob.path.endswith(b'.ipynb'):
|
||||
return
|
||||
if len(blob.data) <= threshold:
|
||||
return
|
||||
blob.skip()
|
||||
Reference in New Issue
Block a user