We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f30ebb commit 97106e4Copy full SHA for 97106e4
packages/griffelib/src/griffe/_internal/models.py
@@ -2166,7 +2166,7 @@ def _resolve_target(self) -> None:
2166
2167
def _update_target_aliases(self) -> None:
2168
with suppress(AttributeError, AliasResolutionError, CyclicAliasError):
2169
- self._target.aliases[self.path] = self # ty:ignore[unresolved-attribute]
+ self._target.aliases[self.path] = self # ty:ignore[unresolved-attribute]
2170
2171
@property
2172
def resolved(self) -> bool:
0 commit comments