Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierZal committed Jun 29, 2024
1 parent 62c2045 commit 8e9dc61
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/types/ata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import type {
BaseListDevice,
BaseListDeviceData,
BaseSetDeviceData,
BaseValues,
BaseUpdateDeviceData,
BaseValues,
DeviceDataNotInList,
DeviceType,
FanSpeed,
Expand Down
6 changes: 3 additions & 3 deletions src/types/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import {
type ListDeviceDataAta,
type OperationMode,
type SetDeviceDataAta,
type ValuesAta,
type UpdateDeviceDataAta,
type ValuesAta,
type Vertical,
setDataMappingAta,
} from './ata'
Expand All @@ -18,17 +18,17 @@ import {
type ListDeviceAtw,
type ListDeviceDataAtw,
type SetDeviceDataAtw,
type ValuesAtw,
type UpdateDeviceDataAtw,
type ValuesAtw,
setDataMappingAtw,
} from './atw'
import {
type GetDeviceDataErv,
type ListDeviceDataErv,
type ListDeviceErv,
type SetDeviceDataErv,
type ValuesErv,
type UpdateDeviceDataErv,
type ValuesErv,
setDataMappingErv,
} from './erv'

Expand Down
2 changes: 1 addition & 1 deletion src/types/erv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import type {
BaseListDevice,
BaseListDeviceData,
BaseSetDeviceData,
BaseValues,
BaseUpdateDeviceData,
BaseValues,
DeviceDataNotInList,
DeviceType,
FanSpeed,
Expand Down

0 comments on commit 8e9dc61

Please sign in to comment.