Skip to content

Commit 99f1d4e

Browse files
authored
📝 fix code in documentation (#63)
1 parent a16d91b commit 99f1d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/payment_cards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ from datetime import date
77

88
from pydantic import BaseModel, constr
99

10-
from pydantic_extra_types.types import PaymentCardBrand, PaymentCardNumber
10+
from pydantic_extra_types.payment import PaymentCardBrand, PaymentCardNumber
1111

1212

1313
class Card(BaseModel):

0 commit comments

Comments
 (0)