Skip to content

Commit

Permalink
drop unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed Sep 25, 2024
1 parent 27a30d4 commit b170129
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 72 deletions.
11 changes: 0 additions & 11 deletions ckanext/transmute/cli.py

This file was deleted.

7 changes: 0 additions & 7 deletions ckanext/transmute/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@

from ckanext.transmute.logic.action import get_actions
from ckanext.transmute.logic.auth import get_auth_functions
from ckanext.transmute.cli import get_commands
from ckanext.transmute.transmutators import get_transmutators
from ckanext.transmute.interfaces import ITransmute


class TransmutePlugin(p.SingletonPlugin):
p.implements(p.IConfigurer)
p.implements(p.IActions)
p.implements(p.IClick)
p.implements(p.IAuthFunctions)
p.implements(ITransmute)

Expand All @@ -25,11 +23,6 @@ def get_actions(self):
"""Registers a list of extension specific actions"""
return get_actions()

# IClick
def get_commands(self):
"""Registers a list of extension specific CLI commands"""
return get_commands()

# IAuthFunctions
def get_auth_functions(self):
"""Registers a list of extension specific auth function"""
Expand Down
54 changes: 0 additions & 54 deletions ckanext/transmute/tests/test_plugin.py

This file was deleted.

0 comments on commit b170129

Please sign in to comment.