Skip to content

Commit e88666d

Browse files
author
Bernardo Sulzbach
committed
Useless statement
I may be wrong, but that declaration seems to be absolutely worthless. Also added PyCharm files to the ignore.
1 parent 9cec971 commit e88666d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ _build
3434

3535
#Text Editor Backupfile
3636
*~
37+
38+
#PyCharm
39+
.idea

examples/rethinkdb_sync.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def main():
5555
if not binlogevent.schema == "employees":
5656
continue
5757

58-
vals = {}
5958
vals = {str(k): str(v) for k, v in row["values"].iteritems()}
6059
rethinkdb.table(binlogevent.table).insert(vals).run()
6160

0 commit comments

Comments
 (0)