Skip to content

Commit

Permalink
Ignore second import of pyblake
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbyte committed Mar 5, 2018
1 parent 0e46c66 commit 737f14d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clkhash/bloomfilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import base64
import hmac
import math
import sys
import struct

from future.builtins import range
Expand All @@ -20,7 +19,7 @@
try:
from hashlib import blake2b
except ImportError:
from pyblake2 import blake2b
from pyblake2 import blake2b # type: ignore

from bitarray import bitarray

Expand Down

0 comments on commit 737f14d

Please sign in to comment.