Skip to content

Commit 0afa946

Browse files
committed
lint
1 parent eeef20d commit 0afa946

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ckanext/pages/db.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
try:
2222
from ckan.plugins.toolkit import BaseModel
2323
except ImportError:
24-
# CKAN <= 2.9
24+
# CKAN <= 2.9
2525
from ckan.model.meta import metadata
2626
from sqlalchemy.ext.declarative import declarative_base
2727

ckanext/pages/plugin.py

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
from ckanext.pages import actions
1313
from ckanext.pages import auth
1414
from ckanext.pages import blueprint
15-
from ckanext.pages import cli
1615

1716
from ckan.lib.plugins import DefaultTranslation
1817

0 commit comments

Comments
 (0)