Skip to content

Commit

Permalink
Remove outdated comment in python/ccao/vars_funs.py
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Snow <31494343+dfsnow@users.noreply.github.com>
  • Loading branch information
jeancochrane and dfsnow authored Dec 2, 2024
1 parent f5ee577 commit 67ea0bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/ccao/vars_funs.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ def vars_recode(
"Input dictionary must contain at least one var_name_ column"
)

# Validate code type and convert it to the enum
if code_type not in ["short", "long", "code"]:
raise ValueError("code_type must be one of 'short', 'long', or 'code'")

Expand Down

0 comments on commit 67ea0bb

Please sign in to comment.