diff --git a/chirp/projects/agile2/tests/ingest_annotations_test.py b/chirp/projects/agile2/tests/ingest_annotations_test.py index 1cef6c3c..0eefa9e3 100644 --- a/chirp/projects/agile2/tests/ingest_annotations_test.py +++ b/chirp/projects/agile2/tests/ingest_annotations_test.py @@ -23,7 +23,6 @@ from chirp.projects.agile2 import embed from chirp.projects.agile2 import ingest_annotations from chirp.projects.agile2.tests import test_utils -from chirp.projects.hoplite import db_loader from chirp.projects.hoplite import interface from chirp.taxonomy import annotations from chirp.taxonomy import annotations_fns diff --git a/chirp/projects/zoo/taxonomy_model_tf.py b/chirp/projects/zoo/taxonomy_model_tf.py index da9e2fcb..b9675b40 100644 --- a/chirp/projects/zoo/taxonomy_model_tf.py +++ b/chirp/projects/zoo/taxonomy_model_tf.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""Perch Taxonomy Model.""" +"""Perch Taxonomy Model class.""" import dataclasses from typing import Any