Skip to content

Commit

Permalink
Import custom BaseModel instead of Pydantic default.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Judy committed Nov 6, 2024
1 parent e307156 commit 33e0945
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/jamf_pro_sdk/models/pro/packages.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
from typing import Optional

from pydantic import BaseModel, ConfigDict
from pydantic import ConfigDict

from .. import BaseModel


class Package(BaseModel):
Expand Down

0 comments on commit 33e0945

Please sign in to comment.