Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 13, 2023
1 parent afcf63f commit 52c2bd1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion datamodel_code_generator/model/types.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
from typing import Any, Dict, Optional, Sequence, Type

from datamodel_code_generator import PythonVersion
from datamodel_code_generator.imports import IMPORT_ANY, IMPORT_DECIMAL, IMPORT_DATETIME, IMPORT_DATE, IMPORT_TIME
from datamodel_code_generator.imports import (
IMPORT_ANY,
IMPORT_DATE,
IMPORT_DATETIME,
IMPORT_DECIMAL,
IMPORT_TIME,
)
from datamodel_code_generator.types import DataType, StrictTypes, Types
from datamodel_code_generator.types import DataTypeManager as _DataTypeManager

Expand Down

0 comments on commit 52c2bd1

Please sign in to comment.