Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Apr 11, 2024
1 parent 99c732c commit c6e0c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zwave-js/src/lib/driver/Driver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ import {
deserializeCacheValue,
getCCName,
highResTimestamp,
isEncapsulationCC,
isLongRangeNodeId,
isMissingControllerACK,
isMissingControllerCallback,
Expand All @@ -96,7 +97,6 @@ import {
serializeCacheValue,
stripUndefined,
timespan,
isEncapsulationCC,
} from "@zwave-js/core";
import type {
NodeSchedulePollOptions,
Expand Down

0 comments on commit c6e0c71

Please sign in to comment.