diff options
| -rw-r--r-- | bot/exts/utils/snekbox/_cog.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/bot/exts/utils/snekbox/_cog.py b/bot/exts/utils/snekbox/_cog.py index 00150a837..ab8815697 100644 --- a/bot/exts/utils/snekbox/_cog.py +++ b/bot/exts/utils/snekbox/_cog.py @@ -176,6 +176,7 @@ class Snekbox(Cog):          job: EvalJob,      ) -> interactions.ViewWithUserAndRoleCheck:          """Return a view that allows the user to change what version of Python their code is run on.""" +        alt_python_version: PythonVersion          if current_python_version == "3.10":              alt_python_version = "3.11"          else: | 
