mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-16 12:28:02 +00:00
Enable ruff check for ANN (#1139)
This commit is contained in:
@@ -41,7 +41,7 @@ async def test_firmware_features(
|
||||
|
||||
await fw.check_latest_firmware()
|
||||
if fw.supported_version < required_version:
|
||||
pytest.skip("Feature %s requires newer version" % feature)
|
||||
pytest.skip(f"Feature {feature} requires newer version")
|
||||
|
||||
prop = getattr(fw, prop_name)
|
||||
assert isinstance(prop, type)
|
||||
|
Reference in New Issue
Block a user