Skip to content

Commit 5b9d8c1

Browse files
committed
Remove unused variables
1 parent fb99027 commit 5b9d8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_afip/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1960,7 +1960,7 @@ def populate(
19601960
check_response(response)
19611961

19621962
for condition_data in response.ResultGet.CondicionIvaReceptor:
1963-
condition, created = cls.objects.update_or_create(
1963+
cls.objects.update_or_create(
19641964
code=condition_data.Id,
19651965
defaults={
19661966
"description": condition_data.Desc,

0 commit comments

Comments
 (0)