Fix for new ruff check
This commit is contained in:
parent
fc17571a1c
commit
8d7e879751
|
@ -27,7 +27,13 @@ import enforce_typing
|
|||
|
||||
from ._version import __version__
|
||||
|
||||
__all__ = ['__version__', 'StockExchange', 'AssetAmount', 'Asset', 'ExchangeRateSample']
|
||||
__all__ = [
|
||||
'Asset',
|
||||
'AssetAmount',
|
||||
'ExchangeRateSample',
|
||||
'StockExchange',
|
||||
'__version__',
|
||||
]
|
||||
|
||||
|
||||
def parse_id_attr_key_value_pair(attr_datum: str) -> tuple[str, str | int] | None:
|
||||
|
|
Loading…
Reference in New Issue
Block a user