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

Commit

Permalink
fixing unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Sarad Mohanan <[email protected]>
  • Loading branch information
sar009 committed Feb 20, 2024
1 parent 401b6fb commit 7d63162
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data_diff/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
from copy import deepcopy
from datetime import datetime
from itertools import islice
from typing import Dict, Optional, Tuple, List, Set, Union
from typing import Dict, Optional, Tuple, List, Set

import click
import rich
from pydantic_core._pydantic_core import ValidationError
from rich.logging import RichHandler

from data_diff import Database, DbPath
Expand Down

0 comments on commit 7d63162

Please sign in to comment.