From 3d40a372902d383f91eb15acc873d9044330ed83 Mon Sep 17 00:00:00 2001 From: Vicki Boykis Date: Wed, 31 Jan 2024 09:49:38 -0500 Subject: [PATCH] cleanup --- src/flamingo/integrations/huggingface/repo_config.py | 2 +- tests/conftest.py | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/flamingo/integrations/huggingface/repo_config.py b/src/flamingo/integrations/huggingface/repo_config.py index 7e0ac460..461a19fb 100644 --- a/src/flamingo/integrations/huggingface/repo_config.py +++ b/src/flamingo/integrations/huggingface/repo_config.py @@ -44,4 +44,4 @@ def validate_repo_id(cls, x): LoadFromConfig = HuggingFaceRepoConfig | WandbArtifactConfig -"""Config that can be resolved to a HuggingFace name/path or a local path.""" +"""Config that can be resolved to a HuggingFace name/path.""" diff --git a/tests/conftest.py b/tests/conftest.py index d18ffe9c..0cac579d 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,7 +1,5 @@ """ -Tests for the Flamingo. - -This file is used to provide fixtures for the test session that are accessible to all submodules. +This file is used to provide fixtures for the test session accessible to all Flamingo submodules. """ from pathlib import Path