Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit c1f4c3e

Browse files
committed
Add missing import statement
1 parent 813018a commit c1f4c3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_dbt.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import json
22
import os
33

4+
from pathlib import Path
5+
46
from data_diff.diff_tables import Algorithm
57
from .test_cli import run_datadiff_cli
68

0 commit comments

Comments
 (0)