Sean Laurent commited on
Commit
f28c97e
·
1 Parent(s): debf98a

Fixing Missing Imports (boto3)

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -37,7 +37,6 @@ model_inputs = {
37
  }
38
  }
39
 
40
- # Test
41
  for obj in bucket.objects.all():
42
  print(obj.key)
43
 
 
37
  }
38
  }
39
 
 
40
  for obj in bucket.objects.all():
41
  print(obj.key)
42