From f5af4f9d11ee2ddde2781db62460a27c070bed45 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Mon, 7 Nov 2022 10:47:33 -0800 Subject: [PATCH] Reformatted --- adafruit_shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adafruit_shell.py b/adafruit_shell.py index 3d9884d..b2c35a1 100644 --- a/adafruit_shell.py +++ b/adafruit_shell.py @@ -502,7 +502,7 @@ class Shell: return raspbian return None - def prompt_reboot(self, default ="y", **kwargs): + def prompt_reboot(self, default="y", **kwargs): """Prompt the user for a reboot""" if not self.prompt("REBOOT NOW?", default=default, **kwargs): print("Exiting without reboot.")