From 7d1cc412728ed96142d1584761c0e72478546670 Mon Sep 17 00:00:00 2001 From: dongwook-chan Date: Sun, 28 Jan 2024 23:50:57 +0900 Subject: [PATCH] Remove docstring for removed instance variable --- pymysqlreplication/event.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pymysqlreplication/event.py b/pymysqlreplication/event.py index 04871a2b..4b314929 100644 --- a/pymysqlreplication/event.py +++ b/pymysqlreplication/event.py @@ -872,7 +872,6 @@ class RowsQueryLogEvent(BinLogEvent): More details are available in the MySQL Knowledge Base: https://dev.mysql.com/doc/dev/mysql-server/latest/classRows__query__log__event.html - :ivar query_length: uint - Length of the SQL statement :ivar query: str - The executed SQL statement """