We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efe36f commit a8ffdd3Copy full SHA for a8ffdd3
iso4217parse/__init__.py
@@ -217,7 +217,6 @@ def by_symbol_match(
217
List[Currency]: Currency objects found in `value`; filter by country_code.
218
"""
219
res: Optional[list[Currency]] = None
220
- print(len(_symbols()))
221
for symbol, group in _symbols():
222
symbol_pattern = _symbol_pattern(symbol)
223
if symbol_pattern.search(value):
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.poetry]
2
3
name = "iso4217parse"
4
-version = "0.6.1"
+version = "0.6.2"
5
description = "Parse currencies (symbols and codes) from and to ISO4217."
6
authors = ["Tammo Ippen <tammo.ippen@posteo.de>"]
7
license = "MIT"
0 commit comments