Skip to content

Commit 7bfea0d

Browse files
committed
Adjust CategoryEnum names
1 parent cc46901 commit 7bfea0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

question-service/app/models/questions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ class ComplexityEnum(str, Enum):
1212
class CategoryEnum(str, Enum):
1313
algorithms = "Algorithms"
1414
arrays = "Arrays"
15-
bitmanipulation = "Bit Manipulation"
15+
bit_manipulation = "Bit Manipulation"
1616
brainteaser = "Brainteaser"
1717
databases = "Databases"
18-
datastructures = "Data Structures"
18+
data_structures = "Data Structures"
1919
recursion = "Recursion"
2020
strings = "Strings"
2121

0 commit comments

Comments
 (0)