Skip to content

Commit 53e3bb3

Browse files
Copilotlilfetz22
andcommitted
refactor: consolidate example fields into EXAMPLE_FIELDS constant
Co-authored-by: lilfetz22 <50301466+lilfetz22@users.noreply.github.com>
1 parent 780628d commit 53e3bb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
EXAMPLE_FIELDS = [
4040
"Data Science (Optimizations & Time-Series Analysis)",
4141
"Generative AI & AI Agents",
42+
"Software Engineering (Cloud Architecture)",
43+
"DevOps & Infrastructure",
4244
]
4345

4446

@@ -100,8 +102,6 @@ def prompt_select_field() -> str:
100102
print("Examples:")
101103
for example in EXAMPLE_FIELDS:
102104
print(f" - {example}")
103-
print(" - Software Engineering (Cloud Architecture)")
104-
print(" - DevOps & Infrastructure")
105105
print()
106106

107107
while True:

0 commit comments

Comments
 (0)