Skip to content

Commit 3f71100

Browse files
committed
Removing comments from typing.py
1 parent fb5980e commit 3f71100

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pymc/typing.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020

2121
import numpy as np
2222

23-
# -------------------------
24-
# Coordinate typing helpers
25-
# -------------------------
26-
2723
# User-facing coordinate values (before normalization)
2824
CoordValue: TypeAlias = Sequence[Hashable] | np.ndarray | None
2925
Coords: TypeAlias = Mapping[str, CoordValue]

0 commit comments

Comments
 (0)