WEEE-Open/skeeelled

Add missing return statement in `Polyglot.identification`

Closed this issue · 1 comments

Starting from here:

if std_err < 0.95:

Either remove the if at line 76 or add an else to it which returns None.

Closed with commit 357c76b.