Skip to content

Commit

Permalink
--
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisrkckl committed May 24, 2024
1 parent a850c4a commit 5840bd0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pint/toa.py
Original file line number Diff line number Diff line change
Expand Up @@ -1728,7 +1728,10 @@ def get_flags(self) -> table.Column:
return self.table["flags"]

def get_flag_value(
self, flag: str, fill_value=None, as_type=None
self,
flag: str,
fill_value: Optional[str] = None,
as_type: Optional[type] = None,
) -> Tuple[List[str], List[int]]:
"""Get the requested TOA flag values.
Expand Down

0 comments on commit 5840bd0

Please sign in to comment.