Skip to content

Commit

Permalink
Fixed the lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ASubaran committed Nov 12, 2024
1 parent aea4c56 commit 819f091
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recordprocessor/src/utils_for_recordprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ def get_csv_content_dict_reader(bucket_name: str, file_key: str) -> DictReader:
def convert_string_to_dict_reader(data_string: str):
"""Take a data string and convert it to a csv DictReader"""
return DictReader(StringIO(data_string), delimiter="|")

0 comments on commit 819f091

Please sign in to comment.