Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Dec 28, 2015
1 parent 53d312d commit 3e856b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_low_level.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
from hypothesis import strategies as st

from argon2.low_level import (
Type, Flags,
ffi, hash_secret, hash_secret_raw, make_context, verify_secret,
Type,
hash_secret, hash_secret_raw, verify_secret,
)
from argon2.exceptions import VerificationError, HashingError

Expand Down

0 comments on commit 3e856b3

Please sign in to comment.