Skip to content

Commit

Permalink
fix importlib
Browse files Browse the repository at this point in the history
  • Loading branch information
bwnance committed Nov 19, 2023
1 parent 68bae20 commit de1228d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion klippy/klippy.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Copyright (C) 2016-2020 Kevin O'Connor <[email protected]>
#
# This file may be distributed under the terms of the GNU GPLv3 license.
import sys, os, gc, optparse, logging, time, collections, importlib
import sys, os, gc, optparse, logging, time, collections, importlib, importlib.util
import util, reactor, queuelogger, msgproto
import gcode, configfile, pins, mcu, toolhead, webhooks

Expand Down

0 comments on commit de1228d

Please sign in to comment.