[KiKit Present] Removed `kikit` import
- _renderBoards must be implemented in a different way
This commit is contained in:
parent
b3d664fa94
commit
aeaf52fd02
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ import tempfile
|
|||
import markdown2
|
||||
import pybars
|
||||
from datetime import datetime
|
||||
from kikit import export
|
||||
|
||||
def resolveTemplatePath(path):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue