Skip to content

Commit a10e1f4

Browse files
authored
Apply suggestions from code review
1 parent b73656b commit a10e1f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aiohasupervisor/models/jobs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
from __future__ import annotations
44

55
from dataclasses import dataclass
6-
from datetime import datetime # noqa: TC003
6+
from datetime import datetime # noqa: TCH003
77
from enum import StrEnum
8-
from uuid import UUID # noqa: TC003
8+
from uuid import UUID # noqa: TCH003
99

1010
from .base import Request, ResponseData
1111

0 commit comments

Comments
 (0)