Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
litinoveweedle committed Jun 3, 2024
1 parent 46e3eb1 commit 1ba856e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions custom_components/smartir/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ def load_file(device_code, device_class, required_keys):
if os.path.isdir(device_files_absdir):
device_json_path = os.path.join(device_files_absdir, device_json_filename)
if os.path.exists(device_json_path):
_LOGGER.debug(
"Loading device Json file '%s'.", device_json_filename
)
_LOGGER.debug("Loading device Json file '%s'.", device_json_filename)
if device_data := DeviceData.check_file(
device_json_filename, device_json_path, required_keys
):
Expand Down

0 comments on commit 1ba856e

Please sign in to comment.