Skip to content

Commit

Permalink
remove lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashutosh619-sudo committed Dec 27, 2024
1 parent b4317d5 commit 3b969b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fyle_accounting_mappings/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ def bulk_create_or_update_destination_attributes(
and attribute['value'].lower() != primary_key_map[attribute['destination_id']]['value'].lower()) \
or ('code' in attribute and attribute['code']
and attribute['code'] != primary_key_map[attribute['destination_id']]['code'])

if attribute_disable_callback_path and is_import_to_fyle_enabled and condition:
attributes_to_disable[attribute['destination_id']] = {
'value': primary_key_map[attribute['destination_id']]['value'],
Expand Down

0 comments on commit 3b969b9

Please sign in to comment.