Improve string formatting v4 (#33668)

* Improve string formatting v4

* Use normal strings instead of f-strings

* Fix zeroconf test by adding back part of a condition
This commit is contained in:
springstan
2020-04-05 16:01:41 +02:00
committed by GitHub
parent b855177fe6
commit e3bcfb88e7
20 changed files with 43 additions and 47 deletions

View File

@@ -32,7 +32,7 @@ ATTR_TOTAL_MATCHES = "total_matches"
CASCADE_URL = (
"https://raw.githubusercontent.com/opencv/opencv/master/data/"
+ "lbpcascades/lbpcascade_frontalface.xml"
"lbpcascades/lbpcascade_frontalface.xml"
)
CONF_CLASSIFIER = "classifier"