Skip to content

Commit

Permalink
models:file - format
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoCampinoti94 committed Oct 17, 2023
1 parent cdb1ccf commit cb78bae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion acacore/models/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
from typing import Optional
from typing import Tuple

from pydantic import Field
from pydantic import UUID4
from pydantic import Field

from acacore.models.reference_files import CustomSignature
from acacore.siegfried.siegfried import Siegfried
from acacore.siegfried.siegfried import SiegfriedFile
from acacore.utils.io import size_fmt

from .base import ACABase
from .identification import Identification

Expand Down

0 comments on commit cb78bae

Please sign in to comment.