We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16d91b commit 99f1d4eCopy full SHA for 99f1d4e
docs/payment_cards.md
@@ -7,7 +7,7 @@ from datetime import date
7
8
from pydantic import BaseModel, constr
9
10
-from pydantic_extra_types.types import PaymentCardBrand, PaymentCardNumber
+from pydantic_extra_types.payment import PaymentCardBrand, PaymentCardNumber
11
12
13
class Card(BaseModel):
0 commit comments