diff --git a/subiquitycore/view.py b/subiquitycore/view.py index 0dbb62f3..00066895 100644 --- a/subiquitycore/view.py +++ b/subiquitycore/view.py @@ -36,7 +36,8 @@ class BaseView(WidgetWrap): height='pack' ) PADDING = 3 - # Don't expect callers to account for the padding if they pass a fixed width. + # Don't expect callers to account for the padding if + # they pass a fixed width. if 'width' in kw: if isinstance(kw['width'], int): kw['width'] += 2*PADDING