douban / pymesos

A pure python implementation of Mesos scheduler and executor
BSD 3-Clause "New" or "Revised" License
163 stars 88 forks source link

Missing comma in list. #108

Closed DailyDreaming closed 6 years ago

DailyDreaming commented 6 years ago

This line is missing a comma: https://github.com/douban/pymesos/blob/master/pymesos/interface.py#L32

Hope no one minds, I made a PR: #107.