Skip to content

Commit 2113716

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 63ebaf3 commit 2113716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pycrdt/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
from ._map import MapEvent as MapEvent
66
from ._pycrdt import Subscription as Subscription
77
from ._pycrdt import TransactionEvent as TransactionEvent
8-
from ._sync import create_update_message as create_update_message
98
from ._sync import create_sync_message as create_sync_message
9+
from ._sync import create_update_message as create_update_message
1010
from ._sync import handle_sync_message as handle_sync_message
1111
from ._text import Text as Text
1212
from ._text import TextEvent as TextEvent

0 commit comments

Comments
 (0)