Skip to content

Commit

Permalink
file endings with new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
adechant committed Oct 9, 2023
1 parent 4b6c0d5 commit 7554c57
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/hassfest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ jobs:
steps:
- uses: "actions/checkout@v3"
- uses: home-assistant/actions/hassfest@master

2 changes: 0 additions & 2 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ jobs:
uses: "hacs/action@main"
with:
category: "integration"


1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,3 @@ Code template was mainly taken from [@Ludeeus](https://github.com/ludeeus)'s [in
[releases-shield]: https://img.shields.io/github/release/adechant/ha_sscode.svg?style=for-the-badge
[releases]: https://github.com/adechant/ha_vscode/releases
[user_profile]: https://github.com/oncleben31

1 change: 0 additions & 1 deletion custom_components/ha_vscode/switch.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import re

from homeassistant.components.switch import SwitchDeviceClass
Expand Down
1 change: 0 additions & 1 deletion custom_components/ha_vscode/vscode_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import re
import subprocess
import time

from threading import Lock
from threading import Thread

Expand Down

0 comments on commit 7554c57

Please sign in to comment.