File tree 2 files changed +2
-2
lines changed
dbt_semantic_interfaces/parsing/where_filter
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
17
17
18
18
class EntityStub (ProtocolHint [QueryInterfaceEntity ]):
19
- """An Entity implementation that does nothing to satisfy the protocol.
19
+ """An Entity implementation that just satisfies the protocol.
20
20
21
21
QueryInterfaceEntity currently has no methods and the parameter set is created in the factory.
22
22
So, there is nothing to do here.
Original file line number Diff line number Diff line change 16
16
17
17
18
18
class TimeDimensionStub (ProtocolHint [QueryInterfaceTimeDimension ]):
19
- """A TimeDimension implementation that does nothing to satisfy the protocol.
19
+ """A TimeDimension implementation that just satisfies the protocol.
20
20
21
21
QueryInterfaceTimeDimension currently has no methods and the parameter set is created in the factory.
22
22
So, there is nothing to do here.
You can’t perform that action at this time.
0 commit comments