Skip to content

Commit c65eb91

Browse files
committed
style: lint with 'black'
1 parent 80e1eac commit c65eb91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aslo4/lib/progressbar/widgets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ def __call__(self, progress, data):
843843

844844

845845
class VariableMixin(object):
846-
"""Mixin to display a custom user variable """
846+
"""Mixin to display a custom user variable"""
847847

848848
def __init__(self, name, **kwargs):
849849
if not isinstance(name, six.string_types):

0 commit comments

Comments
 (0)