Skip to content

Commit

Permalink
Remove unused NullFinder import which causes load failure in 2024.2.0.
Browse files Browse the repository at this point in the history
…Fix #57.
  • Loading branch information
Tim Empringham authored and Tim Empringham committed Feb 8, 2024
1 parent 73bafae commit db9f03d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/omnilogic/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from datetime import timedelta
import logging

from importlib_metadata import NullFinder
import async_timeout

from omnilogic import OmniLogic, OmniLogicException, LoginException
Expand Down

0 comments on commit db9f03d

Please sign in to comment.