diff options
Diffstat (limited to 'mappers/bluetooth_mapper/action_manager/action_manager.go')
| -rw-r--r-- | mappers/bluetooth_mapper/action_manager/action_manager.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mappers/bluetooth_mapper/action_manager/action_manager.go b/mappers/bluetooth_mapper/action_manager/action_manager.go index 5513ae21c..ea739bc9d 100644 --- a/mappers/bluetooth_mapper/action_manager/action_manager.go +++ b/mappers/bluetooth_mapper/action_manager/action_manager.go @@ -24,7 +24,7 @@ import ( "github.com/paypal/gatt" "k8s.io/klog/v2" - "github.com/kubeedge/kubeedge/mappers/bluetooth_mapper/data_converter" + dataconverter "github.com/kubeedge/kubeedge/mappers/bluetooth_mapper/data_converter" ) const ( |
