Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo authored and daryllimyt committed Jan 11, 2025
1 parent 993ee1e commit 7d9b323
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tracecat/executor/models.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
from __future__ import annotations

import traceback
from tracecat.config import TRACECAT__APP_ENV

from pydantic import UUID4, BaseModel

from tracecat.config import TRACECAT__APP_ENV


class ExecutorSyncInput(BaseModel):
repository_id: UUID4
Expand Down

0 comments on commit 7d9b323

Please sign in to comment.