Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal committed Jan 30, 2024
1 parent 75adfc9 commit 427f123
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions smoke-test/tests/lineage/test_lineage.py
Original file line number Diff line number Diff line change
Expand Up @@ -723,10 +723,6 @@ def cleanup(self, delete_agent: DeleteAgent) -> None:
for urn in self._generated_urns:
delete_agent.delete_entity(urn)

def generate_expectation(self, query: ImpactQuery) -> LineageExpectation:
assert self.expectations is not None
return self.expectations.generate_query_expectation_pairs(query)

def test_expectation(self, graph: DataHubGraph) -> bool:
print("Testing expectation...")
assert self.expectations is not None
Expand Down

0 comments on commit 427f123

Please sign in to comment.