Skip to content

Commit 243f099

Browse files
committed
refactor: change RandEvent import position
1 parent af6425d commit 243f099

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ _build
4242

4343
# Pyenv
4444
.python-version
45-
MANIFEST
45+
MANIFEST

pymysqlreplication/binlogstream.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
QueryEvent, RotateEvent, FormatDescriptionEvent,
1515
XidEvent, GtidEvent, StopEvent, XAPrepareEvent,
1616
BeginLoadQueryEvent, ExecuteLoadQueryEvent,
17-
RandEvent,
18-
HeartbeatLogEvent, NotImplementedEvent, MariadbGtidEvent)
17+
HeartbeatLogEvent, NotImplementedEvent,
18+
MariadbGtidEvent, RandEvent)
1919
from .exceptions import BinLogNotEnabled
2020
from .row_event import (
2121
UpdateRowsEvent, WriteRowsEvent, DeleteRowsEvent, TableMapEvent)

0 commit comments

Comments
 (0)