fixup! [pather] code style changes

This commit is contained in:
Jan Petykiewicz 2025-11-11 20:42:15 -08:00
parent 4ce7525263
commit 74f341db77

View File

@ -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')