Skip to content

Commit 73f1b89

Browse files
authored
docs: 📝 uncomment check() call in example docs (#254)
# Description Simple fix, just uncomment use of `check()`. Needs a quick review. ## Checklist - [x] Ran `just run-all`
1 parent fdcabac commit 73f1b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/check_datapackage/extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class CustomCheck(BaseModel, frozen=True):
5151
custom_checks=[license_check]
5252
)
5353
)
54-
# check(descriptor, config=config)
54+
cdp.check(cdp.example_package_properties(), config=config)
5555
```
5656
"""
5757

0 commit comments

Comments
 (0)