Skip to content

Commit 26d1186

Browse files
committed
Changed import order
1 parent 8c04d4e commit 26d1186

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/functional_test/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44

55
import unittest
66

7+
from pydantic import ValidationError
8+
79
from esgf_playground_utils.models.kafka import (
810
CreatePayload,
911
KafkaEvent,
1012
RevokePayload,
1113
UpdatePayload,
1214
)
13-
from pydantic import ValidationError
1415

1516

1617
class TestKafkaEvent(unittest.TestCase):

0 commit comments

Comments
 (0)