Skip to content

Commit

Permalink
correct local import for travelcalculator
Browse files Browse the repository at this point in the history
  • Loading branch information
RainerStaude committed May 3, 2023
1 parent 7fe537a commit 70f2c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cover.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import time
import voluptuous as vol
from travelcalculator import TravelCalculator
from .travelcalculator import TravelCalculator

from homeassistant.core import callback
from homeassistant.exceptions import (
Expand Down

0 comments on commit 70f2c8d

Please sign in to comment.