Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ets committed Dec 19, 2022
1 parent d54c545 commit 8eb9634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_spreadsheets_anywhere/conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


def convert_row(row, schema):
t_schema = pickle.loads(pickle.dumps((schema))
t_schema = pickle.loads(pickle.dumps(schema))
to_return = {}
for key, value in row.items():
if key in t_schema['properties']:
Expand Down

0 comments on commit 8eb9634

Please sign in to comment.