Skip to content

Commit

Permalink
pylint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashutosh619-sudo committed Nov 12, 2024
1 parent f5dc2eb commit d419249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/workspaces/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def run_import_export(workspace_id: int, export_mode = None):
:param workspace_id: Workspace id
"""

business_central_creds = BusinessCentralCredentials.objects.filter(
workspace_id=workspace_id, is_expired=False, refresh_token__isnull=False
).first()
Expand Down

0 comments on commit d419249

Please sign in to comment.