Skip to content

Commit

Permalink
linting: Remove unused typing.Final import (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
agittins authored Jan 8, 2024
1 parent c1c4325 commit 059af3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion custom_components/bermuda/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import logging
from datetime import datetime
from datetime import timedelta
from typing import Final
from typing import TYPE_CHECKING

import voluptuous as vol
Expand Down

0 comments on commit 059af3b

Please sign in to comment.