We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7818d55 commit 76d9a14Copy full SHA for 76d9a14
src/datasets/utils/metadata.py
@@ -2,7 +2,7 @@
2
import logging
3
import re
4
from collections import Counter
5
-from dataclasses import asdict, dataclass, fields
+from dataclasses import dataclass, fields
6
from pathlib import Path
7
from typing import Any, Callable, ClassVar, Dict, List, Optional, Tuple, Type, Union
8
0 commit comments