From 67161ca7b0cbcd2a37a51c7fd8fcfdbe0c577293 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 25 Oct 2023 14:14:17 +0200 Subject: Format: Run Black --- wrappers/python/eduvpn_common/event.py | 1 + 1 file changed, 1 insertion(+) (limited to 'wrappers/python/eduvpn_common/event.py') diff --git a/wrappers/python/eduvpn_common/event.py b/wrappers/python/eduvpn_common/event.py index 746a0c9..d18dd40 100644 --- a/wrappers/python/eduvpn_common/event.py +++ b/wrappers/python/eduvpn_common/event.py @@ -13,6 +13,7 @@ from eduvpn_common.types import get_ptr_string # The attribute that callback functions get EDUVPN_CALLBACK_PROPERTY = "_eduvpn_property_callback" + # A state transition decorator for classes # To use this, make sure to register the class with `register_class_callbacks` def class_state_transition(state: int, state_type: StateType) -> Callable: -- cgit v1.2.3