Skip to content

Commit 804937a

Browse files
committed
slight language change
1 parent 13ebd52 commit 804937a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dbt_semantic_interfaces/parsing/where_filter/where_filter_entity.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
class EntityStub(ProtocolHint[QueryInterfaceEntity]):
19-
"""An Entity implementation that does nothing to satisfy the protocol.
19+
"""An Entity implementation that just satisfies the protocol.
2020
2121
QueryInterfaceEntity currently has no methods and the parameter set is created in the factory.
2222
So, there is nothing to do here.

dbt_semantic_interfaces/parsing/where_filter/where_filter_time_dimension.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
class TimeDimensionStub(ProtocolHint[QueryInterfaceTimeDimension]):
19-
"""A TimeDimension implementation that does nothing to satisfy the protocol.
19+
"""A TimeDimension implementation that just satisfies the protocol.
2020
2121
QueryInterfaceTimeDimension currently has no methods and the parameter set is created in the factory.
2222
So, there is nothing to do here.

0 commit comments

Comments
 (0)