You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defcreate_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 """returnParagraph(get_translated_string(text, lang), styleN)
get_count_of_fis_choosen_by_msme()
The text was updated successfully, but these errors were encountered: