Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian committed Jan 8, 2024
1 parent 28e505b commit 7f0ca82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/axolotl/utils/samplers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
axolotl samplers module
"""
from .multipack import MultipackBatchSampler # noqa: F401
from .utils import get_dataset_lengths
from .utils import get_dataset_lengths # noqa: F401
3 changes: 3 additions & 0 deletions src/axolotl/utils/samplers/utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
helper util to calculate dataset lengths
"""
import numpy as np


Expand Down

0 comments on commit 7f0ca82

Please sign in to comment.