Skip to content

Commit a0f3d64

Browse files
committed
set.ordered: drop extraneous whitespace
1 parent 3594ef4 commit a0f3d64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pkgcraft/set/ordered.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ cdef class _OrderedFrozenSet:
325325
def __reduce__(self):
326326
items = list(self)
327327
inst_dict = vars(self).copy()
328-
return self.__class__, (items, ), inst_dict
328+
return self.__class__, (items,), inst_dict
329329

330330
def __repr__(self):
331331
if not self:

0 commit comments

Comments
 (0)