File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
azure/functions/decorators Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -167,4 +167,4 @@ def __init__(self,
167
167
self .binding_name = binding_name
168
168
self .operation = operation
169
169
self .dapr_address = dapr_address
170
- super ().__init__ (name = name , data_type = data_type )
170
+ super ().__init__ (name = name , data_type = data_type )
Original file line number Diff line number Diff line change @@ -1321,8 +1321,6 @@ def decorator():
1321
1321
1322
1322
return wrap
1323
1323
1324
-
1325
-
1326
1324
class BindingApi (DecoratorApi , ABC ):
1327
1325
"""Interface to extend for using existing binding decorator functions."""
1328
1326
@@ -2596,6 +2594,7 @@ def decorator():
2596
2594
2597
2595
return wrap
2598
2596
2597
+
2599
2598
class SettingsApi (DecoratorApi , ABC ):
2600
2599
"""Interface to extend for using existing settings decorator in
2601
2600
functions."""
You can’t perform that action at this time.
0 commit comments