Skip to content

Commit

Permalink
PENGSOL-483: Remove redundant comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawid Makar committed Dec 19, 2024
1 parent ddb52bd commit c9d28ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion scripts/excel_dwh_filler/excel_sheets_filler.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def _save_excel_sheet(


if __name__ == "__main__":
# parse arguments from command line:
parser = argparse.ArgumentParser()
parser.add_argument(
"--db_url",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ def _fill_excel_rows_with_values(self) -> None:
excel_row_index += 1

def clear_data_from_tab(self) -> None:
# clear the data, but keep the formatting:
for row in self.tab.iter_rows(min_row=self.FIRST_ROW_TO_FILL):
for cell in row:
cell.value = None

0 comments on commit c9d28ff

Please sign in to comment.