Skip to content

Commit f464569

Browse files
authored
remove deep copy
1 parent 0d300ba commit f464569

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

_delphi_utils_python/delphi_utils/export.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,6 @@ def create_backup_csv(
184184
Series of dates for which CSV files were exported.
185185
"""
186186
if not custom_run:
187-
df = df.copy()
188-
189187
# Label the file with today's date (the date the data was fetched).
190188
if not issue:
191189
issue = datetime.today().strftime("%Y%m%d")

0 commit comments

Comments
 (0)