Skip to content

Commit 06fd696

Browse files
committed
modify order of imports in client.py
1 parent 7c93faf commit 06fd696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eventsourcingdb/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
from .handlers.read_event_types.event_type import EventType
2424
from .handlers.read_event_types.is_event_type import is_event_type
2525
from .handlers.read_subjects.is_subject import is_subject
26-
from .http_client.http_client import HttpClient
2726
from .handlers.read_events import ReadEventsOptions
2827
from .handlers.write_events import Precondition
28+
from .http_client.http_client import HttpClient
2929
from .http_client.response import Response
3030

3131

0 commit comments

Comments
 (0)