Skip to content

Commit ae65f64

Browse files
committed
final style edits
1 parent 2ff9523 commit ae65f64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mysqldump_to_csv/mysql_dump_to_csv.py

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
def createStatement(line):
1212
return line.startswith('CREATE TABLE')
1313

14+
1415
# To detect fields, aka column names
1516
def fieldDef(line):
1617
return line.strip().startswith('`')

0 commit comments

Comments
 (0)