From 3972bce504019e49f78638de4c1d6af68b2995dd Mon Sep 17 00:00:00 2001 From: Erin Song <121973038+erinysong@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:24:31 -0700 Subject: [PATCH] Remove pipfile check --- .github/pull_request_template.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6e91f03b..ff646225 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -45,8 +45,6 @@ Resolves #00 #### Ensured code standards are met (Original Developer) -- [ ] If any updated dependencies on Pipfile, also update dependencies in requirements.txt. -- [ ] Interactions with external systems are wrapped in try/except - [ ] Error handling exists for unusual or missing values #### Validated user-facing changes (if applicable)