Skip to content

Commit 23b9a80

Browse files
committed
linting
1 parent 3c3be27 commit 23b9a80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/website/docs/hub/features/quality/data-quality.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For example, the check `is_in(column_name, accepted_values)` verifies that the c
3030

3131
This snippet shows a single `is_in()` check being ran against the `orders` table in the `point_of_sale` dataset.
3232

33-
```python
33+
```py
3434
import dlt
3535
from dlt.hub import data_quality as dq
3636

@@ -66,7 +66,7 @@ The library `dlthub` includes many built-in checks: `is_in()`, `is_unique()`, `i
6666

6767
For example, the following are equivalent:
6868

69-
```python
69+
```py
7070
from dlt.hub import data_quality as dq
7171

7272
dq.checks.is_unique("foo")

0 commit comments

Comments
 (0)