From ac90ea6cd663478c33633202c19aaf64d3bec003 Mon Sep 17 00:00:00 2001 From: Joost Loohuis Date: Thu, 31 Oct 2024 15:29:09 +0100 Subject: [PATCH] Fix eslint error --- drivers/infrared_remote/device.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/infrared_remote/device.ts b/drivers/infrared_remote/device.ts index 55842e8..016d652 100644 --- a/drivers/infrared_remote/device.ts +++ b/drivers/infrared_remote/device.ts @@ -1,5 +1,4 @@ import TuyaOAuth2Device from '../../lib/TuyaOAuth2Device'; -import { TuyaIrRemoteKeysResponse } from '../../types/TuyaApiTypes'; class TuyaOAuth2DeviceIrController extends TuyaOAuth2Device { async onOAuth2Init(): Promise {