Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove or document dead code #199

Closed
jpmckinney opened this issue Nov 24, 2023 · 1 comment · Fixed by #221
Closed

Remove or document dead code #199

jpmckinney opened this issue Nov 24, 2023 · 1 comment · Fixed by #221
Assignees
Labels

Comments

@jpmckinney
Copy link
Member

jpmckinney commented Nov 24, 2023

  • get_count_of_fis_choosen_by_msme()
  • routers/awards.py
  • routers/borrowers.py
  • routers/security.py
@jpmckinney
Copy link
Member Author

jpmckinney commented Nov 27, 2023

Dead code I already removed (was in deleted utils/applications.py)

document_type_keys = [doc_type.name for doc_type in models.BorrowerDocumentType]
def create_table_cell(text: str, lang: str):
    """
    Creates a table cell for the application PDF.

    :param text: The text of the cell.
    :type text: str

    :param lang: The lang requested.
    :type lang: str

    :return: The generated cell text.
    :rtype: Paragraph
    """
    return Paragraph(get_translated_string(text, lang), styleN)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants