Skip to content

Commit

Permalink
Removes date parser
Browse files Browse the repository at this point in the history
no longer needed the date parser library to map the effective
date field
  • Loading branch information
adamshire123 committed Jan 11, 2024
1 parent 35bb507 commit d064f95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ name = "pypi"
sentry-sdk = "*"
boto3 = "*"
boto3-stubs = {extras = ["s3"], version = "*"}
python-dateutil = "*"

[dev-packages]
bandit = "*"
Expand Down
6 changes: 3 additions & 3 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion lambdas/bursar_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

import boto3
import sentry_sdk
from dateutil.parser import parse as date_parser
from mypy_boto3_s3 import S3Client
from sentry_sdk.integrations.aws_lambda import AwsLambdaIntegration

Expand Down

0 comments on commit d064f95

Please sign in to comment.