Skip to content

Commit 804bb0f

Browse files
committed
Fix isort
1 parent adbb892 commit 804bb0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

awswrangler/s3/_list.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
import datetime
44
import fnmatch
55
import logging
6-
from typing import Any, Dict, Iterator, List, Optional, overload, Sequence, Union
7-
from typing_extensions import Literal
6+
from typing import Any, Dict, Iterator, List, Optional, Sequence, Union, overload
87

98
import boto3
109
import botocore.exceptions
10+
from typing_extensions import Literal
1111

1212
from awswrangler import _utils, exceptions
1313
from awswrangler.s3 import _fs

0 commit comments

Comments
 (0)