Skip to content

Commit

Permalink
Merge pull request #14 from IvanildoBarauna/feat-RemoveUnecessaryMethod
Browse files Browse the repository at this point in the history
Update LibController
  • Loading branch information
IvanildoBarauna authored Jul 5, 2024
2 parents 2711fc8 + 780f8d2 commit 32e70cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/currency_quote/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
from currency_quote.adapters.inbound.lib_controller import ClientBuilder
from currency_quote.domain.entities.currency import CurrencyQuote
2 changes: 1 addition & 1 deletion src/currency_quote/application/ports/inbound/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class IController(ABC):
@abstractmethod
def __init__(self, currency_list: list):
self.currency_list = currency_list
pass

@abstractmethod
def get_last_quote(self) -> dict:
Expand Down

0 comments on commit 32e70cd

Please sign in to comment.