Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 committed Oct 6, 2023
1 parent bbce745 commit 5e75d8c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/fyle/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
from apps.tasks.models import TaskLog
from apps.workspaces.models import FyleCredential, Workspace, WorkspaceGeneralSettings

from .actions import mark_expenses_as_skipped, mark_accounting_export_summary_as_synced, bulk_post_accounting_export_summary
from .actions import (
mark_expenses_as_skipped,
mark_accounting_export_summary_as_synced,
bulk_post_accounting_export_summary
)
from .queue import async_post_accounting_export_summary

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 5e75d8c

Please sign in to comment.