Skip to content

Commit

Permalink
Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
binste committed Dec 23, 2023
1 parent 217939c commit 6c84eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion altair/utils/_dfi_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# These classes are only for use in type signatures
import enum
from typing import Any, Iterable, Optional, Tuple, Protocol, Literal
from typing import Any, Iterable, Optional, Tuple, Protocol


class DtypeKind(enum.IntEnum):
Expand Down

0 comments on commit 6c84eb6

Please sign in to comment.