Skip to content

Commit

Permalink
Rm unused arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Jul 4, 2023
1 parent ed33741 commit fe56d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geotribu_cli/utils/args_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# ############################################################################
# ########## FUNCTIONS ###########
# ################################
def arg_date_iso(date_str: str, max_today: bool = True) -> date:
def arg_date_iso(date_str: str) -> date:
"""
Valide le format d'une date au format AAAA-MM-JJ.
Expand Down

0 comments on commit fe56d70

Please sign in to comment.