Skip to content

Commit b8b0573

Browse files
committed
Rearranged imports
1 parent e7ae9fe commit b8b0573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awswrangler/catalog/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
import logging
33
import re
44
import unicodedata
5-
from typing import Any, Dict, List, Optional, Tuple
65
import warnings
6+
from typing import Any, Dict, List, Optional, Tuple
77

88
import boto3
99
import pandas as pd

0 commit comments

Comments
 (0)