Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery committed Jan 16, 2024
1 parent 55e74b9 commit d61272c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pychromecast/dial.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import zeroconf

from .const import CAST_TYPE_AUDIO, CAST_TYPE_CHROMECAST, CAST_TYPE_GROUP
from .models import ZEROCONF_ERRORS, CastInfo, HostServiceInfo, MDNSServiceInfo
from .models import ZEROCONF_ERRORS, CastInfo, HostServiceInfo

XML_NS_UPNP_DEVICE = "{urn:schemas-upnp-org:device-1-0}"

Expand Down

0 comments on commit d61272c

Please sign in to comment.