mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Accidentally included q.q. (#52946)
This commit is contained in:
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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user