Skip to content

Commit

Permalink
Remove bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
magx2 committed Apr 7, 2019
1 parent ae78f6c commit f55478a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.openhab.binding.supla.internal.cloud;

import com.google.common.base.Strings;
import org.eclipse.smarthome.core.thing.Channel;
import org.eclipse.smarthome.core.thing.ChannelUID;
import org.eclipse.smarthome.core.thing.ThingUID;
Expand All @@ -17,7 +16,6 @@
import static java.lang.String.valueOf;
import static java.util.Optional.empty;
import static java.util.Optional.of;
import static org.openhab.binding.supla.SuplaBindingConstants.Channels.CONTACT_CHANNEL_ID;
import static org.openhab.binding.supla.SuplaBindingConstants.Channels.DECIMAL_CHANNEL_ID;
import static org.openhab.binding.supla.SuplaBindingConstants.Channels.DIMMER_CHANNEL_ID;
import static org.openhab.binding.supla.SuplaBindingConstants.Channels.HUMIDITY_CHANNEL_ID;
Expand Down

0 comments on commit f55478a

Please sign in to comment.