8000 Merge pull request #17439 from anntzer/unvalidate · matplotlib/matplotlib@6c02d68 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c02d68

Browse files
authored
Merge pull request #17439 from anntzer/unvalidate
Remove comment re: validation of datetime format strings.
2 parents 20c320b + 6d82ceb commit 6c02d68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/rcsetup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,7 +1252,6 @@ def _convert_validator_spec(key, conv):
12521252
"scatter.edgecolors": validate_string,
12531253

12541254
"date.epoch": _validate_date,
1255-
# TODO validate that these are valid datetime format strings
12561255
"date.autoformatter.year": validate_string,
12571256
"date.autoformatter.month": validate_string,
12581257
"date.autoformatter.day": validate_string,

0 commit comments

Comments
 (0)
0