mirror of
https://github.com/NVIDIA-NeMo/DataDesigner
synced 2026-05-24 09:48:29 +00:00
9 lines
296 B
Python
9 lines
296 B
Python
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
from __future__ import annotations
|
|
|
|
from data_designer.errors import DataDesignerError
|
|
|
|
|
|
class DatasetProfilerConfigurationError(DataDesignerError): ...
|