From 4e31f07c7255dae17600f142fc2f5797f12bb122 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 15:48:03 +0000 Subject: [PATCH] style(pre-commit.ci): auto fixes [...] --- src/magicgui/types.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/magicgui/types.py b/src/magicgui/types.py index 625fde632..4e897133e 100644 --- a/src/magicgui/types.py +++ b/src/magicgui/types.py @@ -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