diff options
author | 2024-01-04 07:02:01 -0600 | |
---|---|---|
committer | 2024-01-04 13:02:01 +0000 | |
commit | ad52909dc7f7a27e1d55889946b3a15d7f569664 (patch) | |
tree | db4cbf531c58a8854c2f8d81089111bf9a99cced /bot | |
parent | Bump 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)
Diffstat (limited to 'bot')
-rw-r--r-- | bot/resources/utilities/py_topics.yaml | 1 |
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? |