mirror of https://github.com/opencv/opencv.git
Avoid `SyntaxWarning` on Python >= 3.8 ``` >>> "convolutional" == "convolutional" True >>> "convolutional" is "convolutional" <stdin>:1: SyntaxWarning: "is" with a literal. Did you mean "=="? True ``` Related to #21121pull/21123/head
parent
2c226d597d
commit
9cc60c9dd3
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue