Skip to content

Commit 97106e4

Browse files
committed
style: Format
1 parent 6f30ebb commit 97106e4

File tree

1 file changed

+1
-1
lines changed
  • packages/griffelib/src/griffe/_internal

1 file changed

+1
-1
lines changed

packages/griffelib/src/griffe/_internal/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2166,7 +2166,7 @@ def _resolve_target(self) -> None:
21662166

21672167
def _update_target_aliases(self) -> None:
21682168
with suppress(AttributeError, AliasResolutionError, CyclicAliasError):
2169-
self._target.aliases[self.path] = self # ty:ignore[unresolved-attribute]
2169+
self._target.aliases[self.path] = self # ty:ignore[unresolved-attribute]
21702170

21712171
@property
21722172
def resolved(self) -> bool:

0 commit comments

Comments
 (0)