Skip to content

Commit dd5ae00

Browse files
committed
Adding whitespace according to black
1 parent 27a6e48 commit dd5ae00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymysqlreplication/binlogstream.py

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353

5454
PYMYSQL_VERSION_LT_06 = Version(pymysql.__version__) < Version("0.6")
5555

56+
5657
class ReportSlave(object):
5758
"""Represent the values that you may report when connecting as a slave
5859
to a master. SHOW SLAVE HOSTS related"""

0 commit comments

Comments
 (0)