Remove Python shebang line from Tuya integration files (#57103)

This commit is contained in:
Franck Nijhof
2021-10-05 11:12:55 +02:00
committed by Paulus Schoutsen
parent d1f790fab0
commit b76e19c8c2
4 changed files with 0 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python3
"""Support for Tuya Smart devices."""
import itertools

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python3
"""Tuya Home Assistant Base Device Model."""
from __future__ import annotations

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python3
"""Constants for the Tuya integration."""
DOMAIN = "tuya"

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env python3
"""Support for Tuya switches."""
from __future__ import annotations