Remove commented code in Atag integration (#36153)

This commit is contained in:
MatsNl 2020-05-26 12:06:20 +02:00 committed by GitHub
parent 50b7d24e32
commit 26fdb8eb1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
"""Config flow for the Atag component."""
import pyatag # from pyatag import DEFAULT_PORT, AtagException, AtagOne
import pyatag
import voluptuous as vol
from homeassistant import config_entries