Skip to content

Commit

Permalink
fix ruff errors in routes public job (apache#44363)
Browse files Browse the repository at this point in the history
  • Loading branch information
gopidesupavan authored Nov 25, 2024
1 parent bee7f0c commit d688763
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion airflow/api_fastapi/core_api/routes/public/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@
# under the License.
from __future__ import annotations

from typing import Annotated

from fastapi import Depends, status
from sqlalchemy import select
from sqlalchemy.orm import Session
from typing_extensions import Annotated

from airflow.api_fastapi.common.db.common import (
get_session,
Expand Down

0 comments on commit d688763

Please sign in to comment.