Skip to content

Commit

Permalink
Update schema_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jzsmoreno committed Jan 24, 2024
1 parent 943a76c commit c974f91
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions merge_by_lev/schema_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,6 @@ def _writer(
data=self.json_bytes,
overwrite=overwrite,
)
else:
with open(json_name, "w") as file:
file.write(self.json_string)

def _generate_dict(self, encoding: str) -> dict:
"""generates the dictionary that renames the columns of the `DataFrame`.
Expand Down

0 comments on commit c974f91

Please sign in to comment.