From 26eaf820f856309bda60992dae54cbcc189f60b6 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Mon, 29 May 2023 21:22:53 +0000 Subject: [PATCH] Restyled by autopep8 --- src/controller/python/chip/ChipDeviceCtrl.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/controller/python/chip/ChipDeviceCtrl.py b/src/controller/python/chip/ChipDeviceCtrl.py index f778f310fd70b2..7982e3f644911c 100644 --- a/src/controller/python/chip/ChipDeviceCtrl.py +++ b/src/controller/python/chip/ChipDeviceCtrl.py @@ -219,7 +219,6 @@ def attestationChallenge(self) -> bytes: return bytes(buf) - DiscoveryFilterType = discovery.FilterType