Skip to content

Commit e8ae35f

Browse files
Remove commented line in detector repr callbacks
1 parent 7497eda commit e8ae35f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frouros/detectors/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,5 @@ def __repr__(self) -> str:
7575
return (
7676
f"{self.__class__.__name__}"
7777
f"(callbacks=["
78-
#f"{', '.join([*map(lambda x: str(x), self.callbacks)])}])" # type: ignore
7978
f"{', '.join([*map(str, self.callbacks)])}])" # type: ignore
8079
)

0 commit comments

Comments
 (0)