Skip to content

Commit 37c387e

Browse files
authored
fix path to _validators.json
1 parent 513337c commit 37c387e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ plotly = [
6363
"package_data/*",
6464
"package_data/templates/*",
6565
"package_data/datasets/*",
66-
"plotly/validators/_validators.json"
66+
"validators/_validators.json",
6767
]
6868

6969
[tool.black]

0 commit comments

Comments
 (0)