Skip to content

Commit 010aa00

Browse files
committed
Fix formatting
1 parent eddc12c commit 010aa00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyaml/common/element.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def get_peer(self) -> str:
7777
if self._peer is None
7878
else f"{self._peer.__class__.__name__}:{self._peer.name()}"
7979
)
80-
80+
8181
def post_init(self):
8282
"""
8383
Method triggered after all initialisations are done

tests/config/ideal_orm_disp.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)