Remove unnecessary argument
Providing empty dictionary is same as providing nothing.
This commit is contained in:
@@ -376,7 +376,7 @@ from .relationships import (
|
|||||||
select_correlated_expression
|
select_correlated_expression
|
||||||
)
|
)
|
||||||
|
|
||||||
aggregated_attrs = WeakKeyDictionary(defaultdict(list))
|
aggregated_attrs = WeakKeyDictionary()
|
||||||
|
|
||||||
|
|
||||||
class AggregatedAttribute(declared_attr):
|
class AggregatedAttribute(declared_attr):
|
||||||
|
|||||||
Reference in New Issue
Block a user