Skip to content

Commit

Permalink
remove unused format constant
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsmejia committed Nov 1, 2023
1 parent 62786a6 commit 4cfb3e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/scpca_portal/models/computed_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
from scpca_portal.config.logging import get_and_configure_logger
from scpca_portal.models.base import TimestampedModel

DATE_FORMAT = "%Y-%M-%d"

logger = get_and_configure_logger(__name__)
s3 = boto3.client("s3", config=Config(signature_version="s3v4"))

Expand Down

0 comments on commit 4cfb3e2

Please sign in to comment.