Skip to content

Commit

Permalink
Update file_operations.py
Browse files Browse the repository at this point in the history
fixed linting
  • Loading branch information
maiko authored Apr 14, 2023
1 parent 6403bf1 commit c0462db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/file_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def split_file(content, max_length=4000, overlap=0):
yield chunk
start += max_length - overlap


def read_file(filename):
"""Read a file and return the contents"""
try:
Expand Down

0 comments on commit c0462db

Please sign in to comment.