Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Sep 4, 2024
1 parent d7924d6 commit b07f53b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bfabric/experimental/app_interface/input_preparation/_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ class DatasetSpec(BaseModel):
id: int
filename: RelativeFilePath
separator: Literal[",", "\t"] = ","
has_header: bool
invalid_characters: str = ""
# has_header: bool
# invalid_characters: str = ""


SpecType = Union[ResourceSpec, DatasetSpec]
Expand Down

0 comments on commit b07f53b

Please sign in to comment.