Skip to content

Commit

Permalink
doc: todo
Browse files Browse the repository at this point in the history
  • Loading branch information
msto committed Jul 16, 2024
1 parent ca3edd9 commit 0f970af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dataclass_io/_lib/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ def get_header(
None if the file was empty or contained only comments or empty lines.
"""

# TODO: optionally reset file handle to the original position after reading the header

preface: list[str] = []

for line in reader:
Expand Down

0 comments on commit 0f970af

Please sign in to comment.