Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
samderanova committed Dec 14, 2023
1 parent 91ed27c commit eec11fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/api/src/utils/PersonalizationData.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import TypedDict
from typing import TypedDict
from typing_extensions import NotRequired


Expand All @@ -7,4 +7,3 @@ class PersonalizationData(TypedDict):
first_name: NotRequired[str]
last_name: NotRequired[str]
passphrase: NotRequired[str]

0 comments on commit eec11fe

Please sign in to comment.