Skip to content

Commit

Permalink
Re-ruffed code
Browse files Browse the repository at this point in the history
  • Loading branch information
DustyArmstrong committed Feb 13, 2024
1 parent 2a2ef31 commit c4043c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions homeassistant/components/metoffice/__init__.py
Expand Up @@ -4,7 +4,6 @@
import asyncio
import logging
import re
import sys
from typing import Any

import datapoint
Expand All @@ -18,7 +17,7 @@
Platform,
)
from homeassistant.core import HomeAssistant, callback
from homeassistant.exceptions import ConfigEntryNotReady, HomeAssistantError
from homeassistant.exceptions import ConfigEntryNotReady
from homeassistant.helpers import device_registry as dr, entity_registry as er
from homeassistant.helpers.device_registry import DeviceInfo
from homeassistant.helpers.update_coordinator import TimestampDataUpdateCoordinator
Expand Down

0 comments on commit c4043c3

Please sign in to comment.