Skip to content

Commit 76d9a14

Browse files
committed
fix style
1 parent 7818d55 commit 76d9a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datasets/utils/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import logging
33
import re
44
from collections import Counter
5-
from dataclasses import asdict, dataclass, fields
5+
from dataclasses import dataclass, fields
66
from pathlib import Path
77
from typing import Any, Callable, ClassVar, Dict, List, Optional, Tuple, Type, Union
88

0 commit comments

Comments
 (0)