Skip to content

Commit

Permalink
fix(feedback/plugin.py): 不必要な継承の削除
Browse files Browse the repository at this point in the history
  • Loading branch information
keita-yasuda committed May 16, 2024
1 parent 5299453 commit e02b379
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ckanext/feedback/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
from ckanext.feedback.views import download, management, resource, utilization


class FeedbackPlugin(
plugins.SingletonPlugin, DefaultTranslation, toolkit.DefaultDatasetForm
):
class FeedbackPlugin(plugins.SingletonPlugin, DefaultTranslation):
# Declare class implements
plugins.implements(plugins.IConfigurer)
plugins.implements(plugins.IClick)
Expand Down

0 comments on commit e02b379

Please sign in to comment.