Skip to content

Commit 466e581

Browse files
committed
fix: minor error Morningstar client
1 parent 23c521c commit 466e581

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/equities_classifier/clients/morningstar

src/equities_classifier/clients/morningstar/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def _close(self) -> None:
179179
@classmethod
180180
def supports_identifier_type(cls, identifier_type: SecurityIdentifierType, ) -> bool:
181181
"""Check if identifier type supported"""
182-
return identifier_type in cls._MORNINGSTAR_IDENTIFIER_TYPES.values
182+
return identifier_type in cls._MORNINGSTAR_IDENTIFIER_TYPES.values()
183183

184184
def read_provider_base_data(
185185
self,

0 commit comments

Comments
 (0)