Skip to content

Commit

Permalink
fix: some lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Oct 21, 2024
1 parent b5ea85a commit 48590d2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
1 change: 0 additions & 1 deletion packages/cc/src/cc/DeviceResetLocallyCC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import {
CommandClasses,
type MaybeNotKnown,
TransmitOptions,
type WithAddress,
validatePayload,
} from "@zwave-js/core/safe";
import { type CCParsingContext } from "@zwave-js/host";
Expand Down
2 changes: 1 addition & 1 deletion packages/cc/src/cc/HailCC.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CommandClasses, type WithAddress } from "@zwave-js/core/safe";
import { CommandClasses } from "@zwave-js/core/safe";
import { CommandClass } from "../lib/CommandClass";
import {
CCCommand,
Expand Down
6 changes: 1 addition & 5 deletions packages/cc/src/cc/NoOperationCC.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import {
CommandClasses,
MessagePriority,
type WithAddress,
} from "@zwave-js/core/safe";
import { CommandClasses, MessagePriority } from "@zwave-js/core/safe";
import type { Message } from "@zwave-js/serial";
import { PhysicalCCAPI } from "../lib/API";
import { CommandClass } from "../lib/CommandClass";
Expand Down
2 changes: 1 addition & 1 deletion packages/cc/src/cc/ZWaveLongRangeCC.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CommandClasses, type WithAddress } from "@zwave-js/core";
import { CommandClasses } from "@zwave-js/core";
import { CommandClass } from "../lib/CommandClass";
import {
commandClass,
Expand Down

0 comments on commit 48590d2

Please sign in to comment.