Skip to content

Commit

Permalink
Use DI alias
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Jan 14, 2022
1 parent 922c533 commit ec150ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion redisdb_exchange_plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
Redis DB exchange plugin
"""

__version__ = "0.8.0"
__version__ = "0.9.0"
2 changes: 2 additions & 0 deletions redisdb_exchange_plugin/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
from typing import Dict, Optional

# Library dependencies
from kink import inject
import metadata.exceptions as metadata_exceptions
from exchange.client import IClient
from exchange.consumer import Consumer
Expand All @@ -46,6 +47,7 @@
from redisdb_exchange_plugin.logger import Logger


@inject(alias=IClient)
class Client(IClient):
"""
Redis exchange client
Expand Down

0 comments on commit ec150ef

Please sign in to comment.