Skip to content

Commit

Permalink
Removed testing output
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaspuff committed Nov 28, 2019
1 parent f353df9 commit 74db33a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions stockholm/currency.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ class MetaCurrency(type):
preferred_ticker: Optional[str]
_meta: bool

def __init__(self, *args: Any, **kwargs: Any) -> None:
print("test")

def __new__(cls, name: str, bases: Tuple[type, ...], attributedict: Dict) -> "MetaCurrency":
ticker = attributedict.get("ticker", attributedict.get("__qualname__"))
decimal_digits = attributedict.get("decimal_digits", 2)
Expand Down

0 comments on commit 74db33a

Please sign in to comment.