Skip to content

Commit c2fd109

Browse files
authoredOct 3, 2024··
Merge pull request #8 from rhymes-ai/isort
update isort config
2 parents 8d4cb04 + 3174752 commit c2fd109

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.isort.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[settings]
2-
profile=black
2+
profile=black
3+
skip=datasets

‎aria/data.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@
2222
from typing import Dict, Iterable, List
2323

2424
import torch
25-
from datasets.features import Features, Sequence, Value
26-
2725
from datasets import DatasetDict, concatenate_datasets, load_dataset
26+
from datasets.features import Features, Sequence, Value
2827

2928

3029
def apply_chat_template_and_tokenize(

0 commit comments

Comments
 (0)
Please sign in to comment.