Squish: Fix warnings

Warnings from static code checks, that is, not test.warning() at runtime.

Change-Id: I651d13491106583908059ecdb5f700f539b6d9c8
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Robert Loehning
2018-08-02 13:45:34 +02:00
parent c1f78335e0
commit ff10f8c3a5
27 changed files with 33 additions and 44 deletions
-1
View File
@@ -24,7 +24,6 @@
############################################################################
import __builtin__
import operator
# for easier re-usage (because Python hasn't an enum type)
class Targets: