Update to use new FSF files (#1838)

backend is partially done!
This commit is contained in:
Emma Nechamkin 2022-08-18 15:54:44 -04:00 committed by GitHub
commit 3ba1c620f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 24 additions and 28 deletions

View file

@ -1409,6 +1409,8 @@ def get_excel_column_name(index: int) -> str:
"ALI",
"ALJ",
"ALK",
"ALL",
"ALM",
]
return excel_column_names[index]