aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Ionite <[email protected]>2023-02-12 03:40:30 -0500
committerGravatar Ionite <[email protected]>2023-02-12 03:40:30 -0500
commit5bbb49c6d3f5bf94a3e057e8aef7d6e05b3fe8ea (patch)
tree0e0492ddd1d5ab03994f22a3a3c4b3237da1dd66
parentMerge branch 'snekbox-files' of https://github.com/python-discord/bot into sn... (diff)
Fix indentation
-rw-r--r--bot/exts/utils/snekbox/_cog.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/bot/exts/utils/snekbox/_cog.py b/bot/exts/utils/snekbox/_cog.py
index cdb709a5d..f049c0d68 100644
--- a/bot/exts/utils/snekbox/_cog.py
+++ b/bot/exts/utils/snekbox/_cog.py
@@ -170,10 +170,10 @@ class Snekbox(Cog):
self.jobs = {}
def build_python_version_switcher_view(
- self,
- current_python_version: PythonVersion,
- ctx: Context,
- job: EvalJob,
+ self,
+ current_python_version: PythonVersion,
+ ctx: Context,
+ job: EvalJob,
) -> interactions.ViewWithUserAndRoleCheck:
"""Return a view that allows the user to change what version of Python their code is run on."""
if current_python_version == "3.10":