Skip to content

Commit

Permalink
linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jsl12 committed Jan 26, 2025
1 parent 22718e5 commit 8b28c98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appdaemon/adbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
from functools import wraps
from logging import Logger
from pathlib import Path
from typing import TYPE_CHECKING, Callable, Dict, List
from typing import TYPE_CHECKING, Dict, List

from . import adapi, utils
from . import adapi

if TYPE_CHECKING:
from .appdaemon import AppDaemon
Expand Down

0 comments on commit 8b28c98

Please sign in to comment.