julien-duponchelle / python-mysql-replication

Pure Python Implementation of MySQL replication protocol build on top of PyMYSQL
2.33k stars 679 forks source link

f-string formatting: pymysqlreplication/binlogstream.py#354-355 #537

Closed groom2hub closed 1 year ago

groom2hub commented 1 year ago

I've converted the parts that were formatted as strings to f-string formatting.

close #535