generate: container: Remoev unused import
Remove an import that is no longer used. Signed-off-by: Enno Tensing <tenno@suij.in>
This commit is contained in:
parent
13cbc2f403
commit
d67dcfd466
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
||||||
"""Util module holding Container and related objects."""
|
"""Util module holding Container and related objects."""
|
||||||
|
|
||||||
from dataclasses import dataclass
|
from dataclasses import dataclass
|
||||||
from pathlib import Path
|
|
||||||
from typing import Self, TypeAlias
|
from typing import Self, TypeAlias
|
||||||
|
|
||||||
from log import Log
|
from log import Log
|
||||||
|
|
Loading…
Add table
Reference in a new issue