Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
raman325 committed May 4, 2023
1 parent 1cc2834 commit b6093ef
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/panels/lovelace/entity-rows/hui-date-entity-row.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
import {
css,
CSSResultGroup,
html,
LitElement,
nothing,
PropertyValues,
TemplateResult,
} from "lit";
import { html, LitElement, nothing, PropertyValues, TemplateResult } from "lit";
import { customElement, property, state } from "lit/decorators";
import "../../../components/ha-date-input";
import { isUnavailableState } from "../../../data/entity";
Expand Down Expand Up @@ -71,7 +63,6 @@ class HuiDateEntityRow extends LitElement implements LovelaceRow {

setDateValue(this.hass!, stateObj.entity_id, ev.detail.value);
}

}

declare global {
Expand Down

0 comments on commit b6093ef

Please sign in to comment.