Skip to content

Commit 43dca41

Browse files
committed
Forgot to close the bracket
1 parent 49a39f0 commit 43dca41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/client/analyser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def __init__(
8383
)
8484

8585
def __repr__(self) -> str:
86-
return f"<Analyser ({self._basepath})"
86+
return f"<Analyser ({self._basepath})>"
8787

8888
def _find_extension(self, file_path: Path):
8989
"""

0 commit comments

Comments
 (0)