Skip to content

Commit 2a8b7b8

Browse files
committed
add typing hint
1 parent e4f3401 commit 2a8b7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genie/database_to_staging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104

105105

106106
# TODO: Add to transform.py
107-
def _to_redact_interval(df_col: : pd.Series) -> Tuple[pd.Series, pd.Series]:
107+
def _to_redact_interval(df_col: pd.Series) -> Tuple[pd.Series, pd.Series]:
108108
"""
109109
Determines year values that are "<18" and interval values >89 that need to be redacted
110110
Returns bool because BIRTH_YEAR needs to be redacted as well based

0 commit comments

Comments
 (0)