mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-14 19:38:02 +00:00
make flake8 pass by some rewording
This commit is contained in:
@@ -145,7 +145,7 @@ class SmartDevice(object):
|
||||
"""
|
||||
warnings.simplefilter('always', DeprecationWarning)
|
||||
warnings.warn(
|
||||
"please use alias and model properties directly instead of idenfity()",
|
||||
"use alias and model instead of idenfity()",
|
||||
DeprecationWarning
|
||||
)
|
||||
warnings.simplefilter('default', DeprecationWarning)
|
||||
|
Reference in New Issue
Block a user