Skip to content

Commit 7a768a2

Browse files
committed
type hints - part 1
1 parent c44b13e commit 7a768a2

10 files changed

Lines changed: 167 additions & 180 deletions

File tree

src/compas/colors/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
"""
2-
This package defines a color and color map class,
3-
that can be used to work wihth colors in a consistent way across color spaces.
4-
"""
51
# ruff: noqa: F401
62

73
from .color import Color

0 commit comments

Comments
 (0)