Accidentally included q.q. (#52946)

pull/52952/head
Felix Fontein 6 years ago committed by Matt Martz
parent c3777a6e54
commit 4eb9c591d7

@ -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

Loading…
Cancel
Save