Skip to content

Commit ef364bf

Browse files
committed
Fix formating
1 parent 01d1d5b commit ef364bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pymysqlreplication/tests/test_basic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,6 @@ def test_default_charset_parsing(self):
451451
assert columns["data"].character_set_name == "binary"
452452
assert columns["data"].collation_name == "binary"
453453

454-
455454
def test_log_pos(self):
456455
query = "CREATE TABLE test (id INT NOT NULL AUTO_INCREMENT, data VARCHAR (50) NOT NULL, PRIMARY KEY (id))"
457456
self.execute(query)

0 commit comments

Comments
 (0)