We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeef20d commit 0afa946Copy full SHA for 0afa946
ckanext/pages/db.py
@@ -21,7 +21,7 @@
21
try:
22
from ckan.plugins.toolkit import BaseModel
23
except ImportError:
24
-# CKAN <= 2.9
+ # CKAN <= 2.9
25
from ckan.model.meta import metadata
26
from sqlalchemy.ext.declarative import declarative_base
27
ckanext/pages/plugin.py
@@ -12,7 +12,6 @@
12
from ckanext.pages import actions
13
from ckanext.pages import auth
14
from ckanext.pages import blueprint
15
-from ckanext.pages import cli
16
17
from ckan.lib.plugins import DefaultTranslation
18
0 commit comments