Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Sep 14, 2023
1 parent dc81559 commit b91344c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions application/tests/db_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1306,7 +1306,6 @@ def test_gap_analysis_duplicate_link_path_existing_higher(self, gap_mock):
}
self.assertEqual(collection.gap_analysis(["a", "b"]), expected)


def test_get_embeddings_by_doc_type_paginated(self):
"""Given: a range of embedding for Nodes and a range of embeddings for CREs
when called with doc_type CRE return the cre embeddings
Expand Down Expand Up @@ -1471,6 +1470,5 @@ def test_get_embeddings_by_doc_type(self):
self.assertEqual(tool_emb, {})



if __name__ == "__main__":
unittest.main()

0 comments on commit b91344c

Please sign in to comment.