Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
asikowitz committed Mar 4, 2025
1 parent 39004de commit afd5fb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import pytest
from tests.consistency_utils import wait_for_writes_to_sync

from datahub.emitter.mcp import MetadataChangeProposalWrapper
from datahub.ingestion.graph.client import DataHubGraph
Expand All @@ -10,6 +9,7 @@
VersionTagClass,
)
from datahub.metadata.urns import DatasetUrn, VersionSetUrn
from tests.consistency_utils import wait_for_writes_to_sync

OLD_LATEST_URN = DatasetUrn("v", "versioning_old_latest")
ENTITY_URN = DatasetUrn("v", "versioning_entity")
Expand Down

0 comments on commit afd5fb9

Please sign in to comment.