Skip to content

Commit

Permalink
Fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
ccl-core committed Feb 11, 2025
1 parent 7356438 commit 8c403df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/mlcroissant/mlcroissant/_src/core/dataclasses.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@

from __future__ import annotations

from collections.abc import Iterator
from collections.abc import Mapping
from collections.abc import Sequence
from collections.abc import Iterator, Mapping, Sequence
import dataclasses
import inspect
from typing import Any, Callable, cast, Literal, TypedDict, Union
Expand Down

0 comments on commit 8c403df

Please sign in to comment.