Skip to content

Commit f5af4f9

Browse files
committed
Reformatted
1 parent 023db8f commit f5af4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_shell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ def get_raspbian_version(self):
502502
return raspbian
503503
return None
504504

505-
def prompt_reboot(self, default ="y", **kwargs):
505+
def prompt_reboot(self, default="y", **kwargs):
506506
"""Prompt the user for a reboot"""
507507
if not self.prompt("REBOOT NOW?", default=default, **kwargs):
508508
print("Exiting without reboot.")

0 commit comments

Comments
 (0)