File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
from livechat .webhooks .v33 import WebhookV33 , action_to_data_class_mapping_v_33
10
10
from livechat .webhooks .v34 import WebhookV34 , action_to_data_class_mapping_v_34
11
11
from livechat .webhooks .v35 import WebhookV35 , action_to_data_class_mapping_v_35
12
- from livechat .webhooks .v36 import WebhookV35 , action_to_data_class_mapping_v_36
12
+ from livechat .webhooks .v36 import WebhookV36 , action_to_data_class_mapping_v_36
13
13
14
14
# pylint: disable=redefined-outer-name
15
15
@@ -40,7 +40,7 @@ def webhook_data_class_and_mapping() -> tuple:
40
40
'3.3' : (WebhookV33 , action_to_data_class_mapping_v_33 ),
41
41
'3.4' : (WebhookV34 , action_to_data_class_mapping_v_34 ),
42
42
'3.5' : (WebhookV35 , action_to_data_class_mapping_v_35 ),
43
- '3.6' : (WebhookV35 , action_to_data_class_mapping_v_36 ),
43
+ '3.6' : (WebhookV36 , action_to_data_class_mapping_v_36 ),
44
44
}.get (stable_version )
45
45
46
46
You can’t perform that action at this time.
0 commit comments