Commit 1520d3c1 authored by Bi0T1N's avatar Bi0T1N Committed by oroulet

Add missing import for typing Optional

parent 772316de
...@@ -223,7 +223,7 @@ THIS FILE IS AUTOGENERATED, DO NOT EDIT!!! ...@@ -223,7 +223,7 @@ THIS FILE IS AUTOGENERATED, DO NOT EDIT!!!
from datetime import datetime, timezone from datetime import datetime, timezone
import uuid import uuid
from dataclasses import dataclass, field from dataclasses import dataclass, field
from typing import List, Union from typing import List, Union, Optional
from enum import IntEnum from enum import IntEnum
from asyncua import ua from asyncua import ua
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment