Skip to content

Commit

Permalink
Typo in post init method name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescrake-merani committed Jan 8, 2025
1 parent 814599a commit 22d064e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sasdata/temp_ascii_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class AsciiReaderParams:
excluded_lines: set[int] = field(default_factory=set)
separator_dict: dict[str, bool] = field(default_factory=initialise_separator_dict)

def __post__init__(self):
def __post_init__(self):
self.initialise_metadata()

def initialise_metadata(self):
Expand Down

0 comments on commit 22d064e

Please sign in to comment.