Skip to content

Commit 054f6a1

Browse files
committed
Updating uuid() generation.
1 parent 90d8187 commit 054f6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awswrangler/athena.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
"""Amazon Athena Module."""
22

33
import csv
4-
import uuid
54
import datetime
65
import logging
76
import pprint
87
import re
98
import time
9+
import uuid
1010
from decimal import Decimal
1111
from typing import Any, Dict, Iterator, List, Optional, Tuple, Union
1212

0 commit comments

Comments
 (0)