From 7fab332ab9e884629f4de77dfa6d207cc75a86c9 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Mon, 6 Jan 2025 13:50:10 -0800 Subject: [PATCH] fix isort --- app/aws/s3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/aws/s3.py b/app/aws/s3.py index e736cdcb0..c33366a2c 100644 --- a/app/aws/s3.py +++ b/app/aws/s3.py @@ -1,9 +1,9 @@ import csv import datetime -from io import StringIO import re import time from concurrent.futures import ThreadPoolExecutor +from io import StringIO import botocore from boto3 import Session