Add example tests (#50)
This commit is contained in:
1
custom_components/__init__.py
Normal file
1
custom_components/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
"""Custom components module."""
|
@ -72,4 +72,4 @@ class IntegrationBlueprintApiClient:
|
||||
exception,
|
||||
)
|
||||
except Exception as exception: # pylint: disable=broad-except
|
||||
_LOGGER.error("Something really wrong happend! - %s", exception)
|
||||
_LOGGER.error("Something really wrong happened! - %s", exception)
|
||||
|
Reference in New Issue
Block a user