Skip to content

Commit d706107

Browse files
committed
EOL fix for precommits
1 parent 745fdcf commit d706107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpp/py_bindings/py_keypoint_detection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ void init_keypoint_detection(nb::module_& m) {
6666
.def(nb::init<>())
6767
.def_ro("keypoints", &DetectedKeypoints::keypoints)
6868
.def_ro("scores", &DetectedKeypoints::scores);
69-
}
69+
}

0 commit comments

Comments
 (0)