Skip to content

Commit 49df50c

Browse files
committed
Updated implementation of “overwrite_files” mode
1 parent f86b848 commit 49df50c

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

awswrangler/s3/_write.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from __future__ import annotations
44

55
import logging
6-
import uuid
76
from abc import ABC, abstractmethod
87
from enum import Enum
98
from typing import TYPE_CHECKING, Any, Callable, NamedTuple

awswrangler/s3/_write_text.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import csv
66
import logging
7-
import uuid
87
from typing import TYPE_CHECKING, Any, Literal, cast
98

109
import boto3

0 commit comments

Comments
 (0)