Skip to content

Commit

Permalink
Fix new lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Jan 17, 2025
1 parent 0cbc438 commit b039d4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions coloraide/types.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# noqa: A005
"""Typing."""
from __future__ import annotations
from typing import Union, Any, Mapping, Sequence, List, Tuple, TypeVar, TYPE_CHECKING
Expand Down

0 comments on commit b039d4b

Please sign in to comment.