fixup! [pather] code style changes
This commit is contained in:
parent
4ce7525263
commit
74f341db77
@ -410,7 +410,7 @@ class PatherMixin(metaclass=ABCMeta):
|
|||||||
for bt in ('emin', 'emax', 'pmin', 'pmax', 'xmin', 'xmax', 'ymin', 'ymax', 'min_past_furthest'):
|
for bt in ('emin', 'emax', 'pmin', 'pmax', 'xmin', 'xmax', 'ymin', 'ymax', 'min_past_furthest'):
|
||||||
if bt in kwargs:
|
if bt in kwargs:
|
||||||
bound_types.add(bt)
|
bound_types.add(bt)
|
||||||
bound = kwargs.pop('bt')
|
bound = kwargs.pop(bt)
|
||||||
|
|
||||||
if not bound_types:
|
if not bound_types:
|
||||||
raise BuildError('No bound type specified for mpath')
|
raise BuildError('No bound type specified for mpath')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user