Accidentally included q.q. (#52946)

This commit is contained in:
Felix Fontein 2019-02-25 21:07:27 +01:00 committed by Matt Martz
parent c3777a6e54
commit 4eb9c591d7

View file

@ -355,8 +355,6 @@ class TaskParameters(DockerBaseClass):
continue
if self.__dict__[k] != other.__dict__[k]:
differences.add(k, parameter=self.__dict__[k], active=other.__dict__[k])
import q
q.q(k, self.__dict__[k], other.__dict__[k])
return differences