1 parent 23c521c commit 466e581Copy full SHA for 466e581
1 file changed
src/equities_classifier/clients/morningstar/client.py
@@ -179,7 +179,7 @@ def _close(self) -> None:
179
@classmethod
180
def supports_identifier_type(cls, identifier_type: SecurityIdentifierType, ) -> bool:
181
"""Check if identifier type supported"""
182
- return identifier_type in cls._MORNINGSTAR_IDENTIFIER_TYPES.values
+ return identifier_type in cls._MORNINGSTAR_IDENTIFIER_TYPES.values()
183
184
def read_provider_base_data(
185
self,
0 commit comments