Santhisenan A
Santhisenan A
- Issue Type: `Performance` - Extension Name: `swagger-viewer` - Extension Version: `2.2.1` - OS Version: `Darwin x64 18.5.0` - VSCode version: `1.32.3` [test.txt](https://github.com/arjun-g/vs-swagger-viewer/files/3045909/test.txt)
Divide the code into environment, agent and similar modules.
Use either the PEP8 or Google style guide. Google style guide: http://google.github.io/styleguide/pyguide.html PEP 8: https://www.python.org/dev/peps/pep-0008/
Avoid the use of sleep and implement synchronisation between the functions properly using python threads.
**Is your feature request related to a problem? Please describe.** The news_data model does not have any field to refer to the image associated with a news_data entry. **Describe the...