Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeanon committed Nov 4, 2024
1 parent 06b09e0 commit 5b1a995
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions klippy/extras/heaters.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ def __init__(self, config, sensor):

def notify_disabled(self):
raise self.printer.command_error(
"Heater [%s] is disabled due to an "
"accelerometer being connected." % self.short_name
)
"Heater [%s] is disabled due to an "
"accelerometer being connected." % self.short_name
)

def lookup_control(self, profile, load_clean=False):
algos = collections.OrderedDict(
Expand Down

0 comments on commit 5b1a995

Please sign in to comment.