Skip to content

Commit

Permalink
rm unused
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimpe committed Nov 8, 2024
1 parent a098543 commit 28d4b78
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions tdrs-backend/tdpservice/data_files/serializers.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
"""Serialize stt data."""
import logging
from django.conf import settings
from django.utils.timezone import make_aware
from rest_framework import serializers
from tdpservice.parsers.models import ParserError
from tdpservice.data_files.errors import ImmutabilityError
Expand Down
4 changes: 0 additions & 4 deletions tdrs-backend/tdpservice/settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,3 @@ class Common(Configuration):
BULK_CREATE_BATCH_SIZE = os.getenv("BULK_CREATE_BATCH_SIZE", 10000)
MEDIAN_LINE_PARSE_TIME = os.getenv("MEDIAN_LINE_PARSE_TIME", 0.0005574226379394531)
BYPASS_OFA_AUTH = os.getenv("BYPASS_OFA_AUTH", False)

OUTDATED_SUBMISSION_CUTOFF = parse_datetime(
os.getenv('OUTDATED_SUBMISSION_CUTOFF', '2024-05-31T00:00:00')
)

0 comments on commit 28d4b78

Please sign in to comment.