Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rreinold committed Sep 20, 2024
1 parent 0ba29b8 commit eef6a3e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tests/integration/cloud/rest_contracts/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@

import pact
import pytest
from great_expectations_v1 import project_manager
from great_expectations_v1.compatibility import pydantic
from great_expectations_v1.core.http import create_session
from great_expectations_v1.data_context import CloudDataContext
from typing_extensions import Annotated, TypeAlias

from great_expectations import project_manager
from great_expectations.compatibility import pydantic
from great_expectations.core.http import create_session
from great_expectations.data_context import CloudDataContext

if TYPE_CHECKING:
from requests import Session

Expand Down

0 comments on commit eef6a3e

Please sign in to comment.