Skip to content

Commit

Permalink
fix import block is un-sorted
Browse files Browse the repository at this point in the history
Signed-off-by: root <[email protected]>
  • Loading branch information
root committed Oct 30, 2024
1 parent b53bce5 commit 2b1c2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/extensions/ext_celery.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from datetime import timedelta

import pytz
from celery import Celery, Task
from celery.schedules import crontab
from flask import Flask

from configs import dify_config
import pytz


def init_app(app: Flask) -> Celery:
Expand Down

0 comments on commit 2b1c2da

Please sign in to comment.