ValentinFrancois / python-gitlab-submodule

List project submodules and get the commits they point to with python-gitlab
Apache License 2.0
3 stars 3 forks source link

Avoid creating a list for iterators. #1

Closed darkdragon-001 closed 2 years ago

darkdragon-001 commented 2 years ago

Use iterator directly instead of converting it to a list which destroys all performance advantage.