Skip to content

Commit

Permalink
Update sourmash/_minhash.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Luiz Irber <luizirber@users.noreply.github.com>
  • Loading branch information
ctb and luizirber committed Feb 8, 2020
1 parent 7c91fa8 commit 64eb2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sourmash/_minhash.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from ._lowlevel import ffi, lib
from .utils import RustObject, rustcall, decode_str
from .exceptions import SourmashError
from deprecated import deprecated
from deprecation import deprecated

# default MurmurHash seed
MINHASH_DEFAULT_SEED = 42
Expand Down

0 comments on commit 64eb2c7

Please sign in to comment.