Accidentally included q.q. (#52946)
This commit is contained in:
parent
c3777a6e54
commit
4eb9c591d7
1 changed files with 0 additions and 2 deletions
|
@ -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…
Reference in a new issue