Skip to content

Commit 613bb79

Browse files
committed
linting, bah
1 parent e6bc6f3 commit 613bb79

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ctorm/granule-md-db-loader/granule_md_db_loader.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import json
44
import logging
55
import os
6+
import random
67
import sys
78
import time
89
from decimal import Decimal
9-
import random
1010

1111
import boto3
1212
from botocore.config import Config
@@ -153,7 +153,6 @@ def main():
153153

154154
# Walk through the bucket objects
155155
for key in jsongz_list:
156-
157156
log.info("Processing s3://%s/%s", bucket_name, key)
158157

159158
# Download and decompress the file

0 commit comments

Comments
 (0)