Skip to content

Commit

Permalink
remove duplicate import.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturner246 committed Aug 3, 2023
1 parent 3c98d22 commit e348654
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion csvy/writers.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ def write_csv(
Returns:
True if the writer worked, False otherwise.
"""
import csv

with open(filename, "a", newline="") as f:
writer = csv.writer(f, **kwargs)
Expand Down

0 comments on commit e348654

Please sign in to comment.