Skip to content

Commit 04e9c6d

Browse files
tarunravicharlesahn-scale
authored andcommitted
fix: correct isort ordering in s3_filesystem_gateway.py
1 parent 58fc437 commit 04e9c6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

model-engine/model_engine_server/infra/gateways/s3_filesystem_gateway.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import re
2-
from typing import Any, Dict, IO, List, Optional
2+
from typing import IO, Any, Dict, List, Optional
33

44
import smart_open
55
from model_engine_server.infra.gateways.filesystem_gateway import FilesystemGateway

0 commit comments

Comments
 (0)