Skip to content

Commit

Permalink
refactor: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgoette committed Oct 28, 2022
1 parent b2f6bc9 commit dbdb8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/babybuddy/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from __future__ import annotations

from collections.abc import Callable
from dataclasses import dataclass, field
from dataclasses import dataclass
from typing import Final

import homeassistant.util.dt as dt_util
Expand Down

0 comments on commit dbdb8b6

Please sign in to comment.