Skip to content

Commit

Permalink
update genders
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexfuz59 authored Mar 21, 2024
1 parent a7e98c1 commit 0856b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enums/user_enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ class Title(Enum):


class Genders(Enum):
male ="male"
male = "male"
female = "female"
other = "other"
other = "other"

0 comments on commit 0856b38

Please sign in to comment.