Skip to content

Commit

Permalink
style(pre-commit.ci): auto fixes [...]
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Mar 14, 2024
1 parent 8c55825 commit 4e31f07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/magicgui/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def __bool__(self) -> bool:

class Separator:
"""Separator sentinel for ComboBox choices."""

def __init__(self, thickness: int = 1):
self.thickness: int = thickness

Check warning on line 88 in src/magicgui/types.py

View check run for this annotation

Codecov / codecov/patch

src/magicgui/types.py#L88

Added line #L88 was not covered by tests

Expand Down

0 comments on commit 4e31f07

Please sign in to comment.