Skip to content

Commit

Permalink
Add colour.hints.ClassVar type.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Aug 28, 2023
1 parent 4eeaa66 commit e3152a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions colour/hints/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
from typing import ( # noqa: UP035
Any,
Callable,
ClassVar,
Dict,
List,
Literal,
Expand Down Expand Up @@ -50,6 +51,7 @@
"ModuleType",
"Any",
"Callable",
"ClassVar",
"Dict",
"Generator",
"Iterable",
Expand Down
1 change: 1 addition & 0 deletions docs/colour.hints.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Annotation Type Hints
ModuleType
Any
Callable
ClassVar
Dict
Generator
Iterable
Expand Down

0 comments on commit e3152a3

Please sign in to comment.