Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg committed Jan 19, 2022
1 parent 6c59172 commit 7c3ca80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_core.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import unittest
import random
import sys

import numpy

Expand All @@ -10,7 +9,7 @@
class RandomPairsTest(unittest.TestCase):
def test_random_pair(self):

random_pairs = list(dedupe.core.randomPairs(10**10, 1))
assert list(dedupe.core.randomPairs(10**10, 1))

def test_random_pair_match(self):

Expand Down

0 comments on commit 7c3ca80

Please sign in to comment.