Skip to content

Commit

Permalink
Updated the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
raftmsohani authored Sep 14, 2022
1 parent c534e51 commit af5f23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdrs-backend/tdpservice/data_files/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def filename(self):

def create_filename(self, prefix='ADS.E2J'):
"""Return a valid file name for sftp transfer."""
"""TODO: This method has to be changed when the """
"""TODO: This method has to be removed"""
# STT_TYPES = ["state", "territory", "tribe"]
SECTION = [i.value for i in list(self.Section)]

Expand Down

0 comments on commit af5f23b

Please sign in to comment.