Skip to content

Commit

Permalink
Lancetnik#98 removed redundant comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander committed Jul 13, 2024
1 parent e4d908c commit 24b2665
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fast_depends/core/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def _solve(

else:
call = self.call
# check if the return value is in the cache
if self.use_cache and call in cache_dependencies:
return cache_dependencies[call]

Expand Down Expand Up @@ -393,7 +393,6 @@ def solve(
else:
kwargs = custom.use(**kwargs)

# here are prepared args and kwargs for the function call, including params from the call
final_args, final_kwargs, call = cast_gen.send(kwargs)

if self.is_generator and nested:
Expand Down

0 comments on commit 24b2665

Please sign in to comment.