Skip to content

Commit f17882e

Browse files
committed
API: make the query inputs positional only
This way implementers can pick a shorter name than "coord_transform".
1 parent 6572e25 commit f17882e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

data_prototype/containers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def query(
3737
# TODO 3D?!!
3838
coord_transform: _MatplotlibTransform,
3939
size: Tuple[int, int],
40+
/,
4041
) -> Tuple[Dict[str, Any], Union[str, int]]:
4142
"""
4243
Query the data container for data.

0 commit comments

Comments
 (0)