Skip to content

Commit

Permalink
Remove unneeded check
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Nov 22, 2024
1 parent a95e613 commit 5e42d07
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions libs/core/kiln_ai/adapters/fine_tune/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
A set of classes for fine-tuning models.
"""

import sys
from . import dataset_split

# Avoid circular import since we use datamodel in some tests
if "pytest" not in sys.modules:
from . import dataset_split

__all__ = ["dataset_split"]
__all__ = ["dataset_split"]

0 comments on commit 5e42d07

Please sign in to comment.