aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Bradley Reynolds <[email protected]>2024-01-04 07:02:01 -0600
committerGravatar GitHub <[email protected]>2024-01-04 13:02:01 +0000
commitad52909dc7f7a27e1d55889946b3a15d7f569664 (patch)
treedb4cbf531c58a8854c2f8d81089111bf9a99cced
parentBump ruff from 0.1.9 to 0.1.11 (#1422) (diff)
Remove "What third-party library do you wish was in the Python standard library?" from topics (#1423)
-rw-r--r--bot/resources/utilities/py_topics.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/resources/utilities/py_topics.yaml b/bot/resources/utilities/py_topics.yaml
index 4527e8de..53d47a25 100644
--- a/bot/resources/utilities/py_topics.yaml
+++ b/bot/resources/utilities/py_topics.yaml
@@ -39,7 +39,6 @@
- What's your favorite Python related book?
- What's your favorite use of recursion in Python?
- If you could change one thing in Python, what would it be?
- - What third-party library do you wish was in the Python standard library?
- Which package do you use the most and why?
- Which Python feature do you love the most?
- Do you have any plans for future projects?