Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jul 12, 2024
1 parent eeef20d commit 0afa946
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ckanext/pages/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
try:
from ckan.plugins.toolkit import BaseModel
except ImportError:
# CKAN <= 2.9
# CKAN <= 2.9
from ckan.model.meta import metadata
from sqlalchemy.ext.declarative import declarative_base

Expand Down
1 change: 0 additions & 1 deletion ckanext/pages/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from ckanext.pages import actions
from ckanext.pages import auth
from ckanext.pages import blueprint
from ckanext.pages import cli

from ckan.lib.plugins import DefaultTranslation

Expand Down

0 comments on commit 0afa946

Please sign in to comment.