Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed Oct 24, 2023
1 parent b432937 commit 29d46b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tools/interop/idt/capture/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ def is_type_match(self, potential_class_match: Any) -> bool:
self.logger.debug(f"Found type match search: {self.search_type} match: {potential_class_match}")
if self.verify_coroutines(potential_class_match):
return True
else:
self.logger.warning(f"Missing coroutine {potential_class_match}")
return False

def load_module(self, to_load):
Expand Down

0 comments on commit 29d46b1

Please sign in to comment.