Fix flake8 issue
This commit is contained in:
Родитель
0a39d766be
Коммит
3adc5cee8c
|
@ -1104,6 +1104,7 @@ def read_file(name, config):
|
|||
with gzip.open(gzfilename, "r") as f:
|
||||
return json.loads(f.read())
|
||||
|
||||
|
||||
# Retained s3 logic for backwards compatibility only due to the AWS to GCP migration
|
||||
def write_file(name, stuff, config):
|
||||
end_date = datetime.today()
|
||||
|
|
Загрузка…
Ссылка в новой задаче