Skip to content

Commit 4ca9908

Browse files
committed
Black formatting
1 parent 1aa02f8 commit 4ca9908

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

prefsampling/core/filters.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
Filters are functions that operate on collections of votes and apply some random operation to them.
33
"""
4+
45
from __future__ import annotations
56

67
from collections.abc import MutableSequence, Callable

tests/test_samplers/ordinal/test_ordinal_mallows.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,3 @@ def test_phi_from_norm_phi(self):
2424

2525
def test_impartial_central_vote(self):
2626
mallows(4, 5, phi=0.4, impartial_central_vote=True)
27-

0 commit comments

Comments
 (0)