Skip to content

Commit

Permalink
Drop unused ruamel (home-assistant#55672)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Sep 4, 2021
1 parent 195ee2a commit 19c54b8
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 325 deletions.
8 changes: 0 additions & 8 deletions docs/source/api/util.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,6 @@ homeassistant.util.pressure
:undoc-members:
:show-inheritance:

homeassistant.util.ruamel\_yaml
-------------------------------

.. automodule:: homeassistant.util.ruamel_yaml
:members:
:undoc-members:
:show-inheritance:

homeassistant.util.ssl
----------------------

Expand Down
1 change: 0 additions & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ python-slugify==4.0.1
pyudev==0.22.0
pyyaml==5.4.1
requests==2.25.1
ruamel.yaml==0.15.100
scapy==2.4.5
sqlalchemy==1.4.23
voluptuous-serialize==2.4.0
Expand Down
152 changes: 0 additions & 152 deletions homeassistant/util/ruamel_yaml.py

This file was deleted.

1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ pip>=8.0.3,<20.3
python-slugify==4.0.1
pyyaml==5.4.1
requests==2.25.1
ruamel.yaml==0.15.100
voluptuous==0.12.1
voluptuous-serialize==2.4.0
yarl==1.6.3
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"python-slugify==4.0.1",
"pyyaml==5.4.1",
"requests==2.25.1",
"ruamel.yaml==0.15.100",
"voluptuous==0.12.1",
"voluptuous-serialize==2.4.0",
"yarl==1.6.3",
Expand Down
162 changes: 0 additions & 162 deletions tests/util/test_ruamel_yaml.py

This file was deleted.

0 comments on commit 19c54b8

Please sign in to comment.