1
0
mirror of https://github.com/FreeOpcUa/opcua-asyncio synced 2025-10-29 17:07:18 +08:00

Update uatypes.py

This commit is contained in:
Andreas Heine 2021-04-01 12:28:12 +02:00 committed by GitHub
parent 80a4cc2635
commit e9aa039b34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ class Bytes(bytes):
pass
class ByteString(bytes): # what is the ifference between Byte and ByteString??
class ByteString(bytes): # what is the difference between Bytes and ByteString??
pass