Skip to content

Commit 531a2f3

Browse files
committed
Add import path
1 parent dd6a97e commit 531a2f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/api_model/types/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# generated by datamodel-codegen:
22
# filename: api.json
3-
# timestamp: 2025-04-07T08:02:11+00:00
3+
# timestamp: 2025-04-07T09:03:37+00:00
44

55
from __future__ import annotations
66

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ dependencies = [
1818
"Homepage" = "https://github.com/equaliq/api-model"
1919

2020
[tool.setuptools]
21-
packages = ["api_model"]
21+
packages = ["api_model", "api_model.types"]

0 commit comments

Comments
 (0)