We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf404fe commit d4305f4Copy full SHA for d4305f4
1 file changed
frost_sta_client/dao/multi_datastream.py
@@ -23,4 +23,4 @@ def __init__(self, service):
23
"""
24
A data access object for operations with the MultiDatastream entity
25
26
- base.BaseDao.__init__(self, service, EntityTypes["MultiDatastreams"])
+ base.BaseDao.__init__(self, service, EntityTypes["MultiDatastream"])
0 commit comments