shon / converge

Simple settings management for Python (only) applications
MIT License
10 stars 8 forks source link

Assigning result of a function call, where the function has no return. #18

Open rayandas opened 4 years ago

rayandas commented 4 years ago

An assignment is done on a function call but the inferred function doesn’t return anything.

  1. https://github.com/shon/converge/blob/de7893d9561f2f853406f63fa269cbe9df86d763/converge/settings.py#L107