Skip to content

Commit 1bde2a0

Browse files
committed
Fix import.
1 parent b301ac4 commit 1bde2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/event/test_verify_hash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import pytest
22

33
from eventsourcingdb import EventCandidate
4+
from eventsourcingdb.errors.validation_error import ValidationError
45
from hashlib import sha256
56

67
from ..conftest import TestData
7-
from ...eventsourcingdb.errors.validation_error import ValidationError
88
from ..shared.database import Database
99

1010

0 commit comments

Comments
 (0)