facultyai / faculty-sync

Synchronise a local directory with your Faculty platform workspace
https://pypi.org/project/faculty_sync/
Apache License 2.0
10 stars 1 forks source link

Replace set and list function calls with literals #39

Closed srstevenson closed 5 years ago

srstevenson commented 5 years ago

This removes a name resolution and other extra work in each case.

pbugnion commented 5 years ago

I did not know you could use set comprehensions.