Skip to content

Commit

Permalink
fan_generic: fixes missing logging import
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Lamas <[email protected]>
  • Loading branch information
pedrolamas authored and KevinOConnor committed Nov 1, 2024
1 parent a91d8a6 commit eeb2678
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions klippy/extras/fan_generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Copyright (C) 2016-2024 Kevin O'Connor <[email protected]>
#
# This file may be distributed under the terms of the GNU GPLv3 license.
import logging
from . import fan, output_pin

class PrinterFanGeneric:
Expand Down

0 comments on commit eeb2678

Please sign in to comment.