Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Marker parameters should be kwarg only #354

Closed
trickeydan opened this issue Jul 26, 2019 · 0 comments · Fixed by #481
Closed

Marker parameters should be kwarg only #354

trickeydan opened this issue Jul 26, 2019 · 0 comments · Fixed by #481
Labels
enhancement New feature or request good first issue Good for newcomers typing A incorrect or loose type that needs correcting.
Milestone

Comments

@trickeydan
Copy link
Contributor

trickeydan commented Jul 26, 2019

    def __init__(self,
                 id: int,
                 position: Coordinate,
                 pixel_corners: Optional[Sequence[PixelCoordinates]] = None,
                 pixel_centre: Optional[PixelCoordinates] = None,
                 *,  # We need to move this before pixel_corners.
                 orientation: Optional[Orientation] = None,
                 ):
@trickeydan trickeydan added enhancement New feature or request good first issue Good for newcomers typing A incorrect or loose type that needs correcting. labels Jul 26, 2019
@trickeydan trickeydan added this to the v0.8.0 milestone Dec 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers typing A incorrect or loose type that needs correcting.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant