From 5c965a0402d50dee070cb275b51ab4cc06eb6978 Mon Sep 17 00:00:00 2001 From: ediakatos Date: Fri, 2 May 2025 10:07:03 +0100 Subject: [PATCH] Deleted dead code --- Makefile | 5 ----- README.md | 1 - 2 files changed, 6 deletions(-) diff --git a/Makefile b/Makefile index e9cf863..cee08ef 100644 --- a/Makefile +++ b/Makefile @@ -24,11 +24,6 @@ clean: @rm -rf .venv @poetry env remove --all -paths: - @echo "Creating paths.." - @poetry run python -m src.utils.setup_paths - @echo "Paths created successfully" - aws_etl: @echo "Running app.." @poetry run python -m src.main.__main__ diff --git a/README.md b/README.md index 92c9aac..30ba061 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,6 @@ make hooks # Install pre-commit hooks ## Usage ```bash -make paths # Setup paths make aws_etl # Run the hazard processing pipeline make local_etl # Run the hazard processing pipeline locally without S3 make test # Run unit tests