Skip to content

Commit

Permalink
chore: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsextonMITRE committed Oct 31, 2024
1 parent a30f479 commit 67f3434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dioptra/restapi/v1/jobs/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
from __future__ import annotations

from typing import Any, Final, cast
from uuid import UUID

import structlog
from flask_login import current_user
Expand All @@ -26,7 +27,6 @@
from sqlalchemy import func, select
from sqlalchemy.orm import aliased
from structlog.stdlib import BoundLogger
from uuid import UUID

from dioptra.restapi.db import db, models
from dioptra.restapi.errors import (
Expand Down

0 comments on commit 67f3434

Please sign in to comment.