mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
🐶 add missing docstring
This commit is contained in:
parent
799b0bca85
commit
90d8df89d3
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ def test_from_dict() -> None:
|
|||
"""
|
||||
|
||||
def test_representation_equality() -> None:
|
||||
|
||||
"""Test representation equality."""
|
||||
# rep_a and rep_b are equal
|
||||
rep_a = Representation(name="test", traits=[
|
||||
FileLocation(file_path=Path("/path/to/file"), file_size=1024),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue