Skip to content
Snippets Groups Projects
Commit 8be22b32 authored by Neda Moeini's avatar Neda Moeini
Browse files

Make mypy happy.

parent df3118f3
Branches
Tags
No related merge requests found
......@@ -152,7 +152,7 @@ class CSVUploadForm(forms.Form):
account_code_map = {
obj.pl_account_code: obj.pl_account_name
for obj in PlAccountCodes.objects.using("meo").all()
for obj in PlAccountCodes.objects.using("meo").all() # type: ignore[attr-defined]
}
for index, row in enumerate(data, start=1):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment