Skip to content

Commit ecb96e6

Browse files
committed
pass -> ...
1 parent 36035fb commit ecb96e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/django_idom/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def fetch_options(
208208
evaluator: Callable[[OrmFetch], None] | None = None,
209209
**options,
210210
) -> Callable[[Callable[_Params, _Result]], OrmFetch]:
211-
pass
211+
...
212212

213213

214214
@overload

0 commit comments

Comments
 (0)