I need help shortening the following code into one line.
for i in objects: if i not in uniq: uniq.append(i)
Im just doing it for