Skip to content

Commit fe6051d

Browse files
committed
refactor: remove unused import
1 parent 53aaf49 commit fe6051d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/biological_material.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from dataclasses import dataclass, field
2-
from typing import TYPE_CHECKING, Optional
2+
from typing import TYPE_CHECKING
33
from uuid import UUID
44

55
from litestar.dto import dto_field

0 commit comments

Comments
 (0)