[KiKit Present] Removed `kikit` import

- _renderBoards must be implemented in a different way
This commit is contained in:
Salvador E. Tropea 2022-12-04 11:37:28 -03:00
parent b3d664fa94
commit aeaf52fd02
2 changed files with 1 additions and 1 deletions

View File

@ -199,3 +199,4 @@ This file comes from KiKit, but it has too much in common with `populate.py`.
- Removed `click` import, unused - Removed `click` import, unused
- Removed the try in boardpage, too broad, doesn't help - Removed the try in boardpage, too broad, doesn't help
- Removed `kikit` import, _renderBoards must be implemented in a different way

View File

@ -11,7 +11,6 @@ import tempfile
import markdown2 import markdown2
import pybars import pybars
from datetime import datetime from datetime import datetime
from kikit import export
def resolveTemplatePath(path): def resolveTemplatePath(path):
""" """