Skip to content

Commit 68debae

Browse files
committed
ruff
1 parent 1e44754 commit 68debae

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/advanced_algorithms/probabilistic_demo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
)
2828
from rowvoi.keys import pairwise_coverage
2929

30-
3130
print("🎲 PROBABILISTIC & MODEL-BASED ROWVOI DEMO")
3231
print("=" * 60)
3332
print("""

examples/getting_started/basic_customer_deduplication.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
)
3737

3838

39-
4039
def create_sample_data():
4140
"""Create a sample dataset for demonstration."""
4241
np.random.seed(42)

0 commit comments

Comments
 (0)