Skip to content

Commit c0235e9

Browse files
author
Evan Roman
committed
Lint
1 parent 6ee6a91 commit c0235e9

File tree

1 file changed

+1
-1
lines changed
  • azure_functions_worker/bindings

1 file changed

+1
-1
lines changed

azure_functions_worker/bindings/meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def deferred_bindings_decode(binding: typing.Any,
303303
# Only applies to Event Hub and Service Bus - cannot cache
304304
# These types will always produce different content and are not clients
305305
if (datum.type == "collection_model_binding_data"
306-
or datum.value.source == "AzureEventHubsEventData"
306+
or datum.value.source == "AzureEventHubsEventData"
307307
or datum.value.source == "AzureServiceBusReceivedMessage"):
308308
return binding.decode(datum,
309309
trigger_metadata=metadata,

0 commit comments

Comments
 (0)