Skip to content

Commit

Permalink
Line difference.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescrake-merani committed Dec 13, 2024
1 parent bf4962b commit f918e5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sasdata/ascii_reader_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def all_file_metadata(self, filename: str) -> dict[str, AsciiMetadataCategory[st
new_category = AsciiMetadataCategory(new_category_dict)
return_metadata[category_name] = new_category
return return_metadata

def get_metadata(self, category: str, value: str, filename: str, error_on_not_found=False) -> str | None:
components = self.filename_components(filename)

Expand Down

0 comments on commit f918e5c

Please sign in to comment.