Skip to content

Commit

Permalink
style: Fix ruff error
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonfish568 committed Jan 2, 2025
1 parent a7d85c2 commit d589f0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/controllers/service_api/workspace/models.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from flask_login import current_user # type: ignore
from flask_restful import Resource # type: ignore

from controllers.service_api import api
from controllers.service_api.wraps import validate_dataset_token
from core.model_runtime.utils.encoders import jsonable_encoder
Expand Down

0 comments on commit d589f0b

Please sign in to comment.