Skip to content

Commit c1d196b

Browse files
committed
Remove comment
1 parent bf214ea commit c1d196b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

azure/functions/durable_functions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,6 @@ def encode(cls, obj: typing.Any, *,
171171

172172
@classmethod
173173
def decode(cls, data: meta.Datum, *, trigger_metadata) -> typing.Any:
174-
# Enabling support for Dapr bindings
175-
# https://github.com/Azure/azure-functions-python-worker/issues/1316
176174
if data is None:
177175
return None
178176
data_type = data.type

0 commit comments

Comments
 (0)