diff --git a/kibot/PcbDraw/README.md b/kibot/PcbDraw/README.md index 98f8aac3..608ffa0f 100644 --- a/kibot/PcbDraw/README.md +++ b/kibot/PcbDraw/README.md @@ -199,3 +199,4 @@ This file comes from KiKit, but it has too much in common with `populate.py`. - Removed `click` import, unused - Removed the try in boardpage, too broad, doesn't help +- Removed `kikit` import, _renderBoards must be implemented in a different way diff --git a/kibot/PcbDraw/present.py b/kibot/PcbDraw/present.py index 49e169b9..a8b375a2 100644 --- a/kibot/PcbDraw/present.py +++ b/kibot/PcbDraw/present.py @@ -11,7 +11,6 @@ import tempfile import markdown2 import pybars from datetime import datetime -from kikit import export def resolveTemplatePath(path): """