Skip to content

Commit

Permalink
Ran black on file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiglaser committed Dec 3, 2024
1 parent 0bc70dc commit f3e636d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions digital_land/package/datasetparquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,13 @@ def create_temp_table(self, input_paths):
if "Value with unterminated quote" in str(e):
max_size += increment_step
if max_size > max_limit:
print(f"Exceeded max_limit of {max_limit}. Could not resolve the issue.")
print(
f"Exceeded max_limit of {max_limit}. Could not resolve the issue."
)
raise
else:
raise


def load_facts(self):
logging.info("loading facts from temp table")

Expand Down

0 comments on commit f3e636d

Please sign in to comment.