Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
raman325 committed Oct 16, 2023
1 parent f05fd4a commit 0af337d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion zwave_js_server/model/endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@
from ..exceptions import FailedCommand, NotFoundError
from .command_class import CommandClass, CommandClassInfo, CommandClassInfoDataType
from .device_class import DeviceClass, DeviceClassDataType
from .value import ConfigurationValue, ConfigurationValueFormat, SupervisionResult, Value
from .value import (
ConfigurationValue,
ConfigurationValueFormat,
SupervisionResult,
Value,
)

if TYPE_CHECKING:
from ..client import Client
Expand Down

0 comments on commit 0af337d

Please sign in to comment.