Skip to content

Commit

Permalink
chore: Add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Aug 17, 2024
1 parent bfa306e commit 65e83d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_griffe/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ def resolve_module_aliases(
logger.debug(f"Could not follow alias {member.path}: {error}")
load_failures.add(package)
# TODO: Immediately try again?
# TODO: self.extensions.call("on_package_loaded", pkg=top_module, loader=self)
except CyclicAliasError as error:
logger.debug(str(error))
else:
Expand Down

0 comments on commit 65e83d2

Please sign in to comment.