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 GitHub
parent 653eb3e29d
commit 2059cbacbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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