camelot-py/camelot
Martin Abente Lahaye 13a50e2ba2 handlers: Close file streams explicitly
No harm in closing these streams explicitly. Best case
scenario, this prevents descriptors leaks, worse case
scenario, it reduces the amount of  messages like the
following during tests:

ResourceWarning: unclosed file
2020-10-22 11:43:01 -03:00
..
ext Remove future imports 2020-05-24 17:33:13 +05:30
parsers Prevent taking max of an empty set 2020-08-25 22:50:31 +05:30
__init__.py No need to monkey-patch Click.HelpFormatter 2019-07-04 13:13:32 +03:00
__main__.py Remove future imports 2020-05-24 17:33:13 +05:30
__version__.py Revert the changes in v0.8.1 2020-07-27 17:38:14 +05:30
cli.py Add f-strings and remove python3.5 test job 2020-05-24 18:14:43 +05:30
core.py Update core.py 2020-08-25 15:27:17 +02:00
handlers.py handlers: Close file streams explicitly 2020-10-22 11:43:01 -03:00
image_processing.py Remove future imports 2020-05-24 17:33:13 +05:30
io.py Blacken code 2019-07-03 23:47:42 +05:30
plotting.py Merge pull request #121 from jedie/patch-2 2020-08-14 02:36:28 +05:30
utils.py use correct re.sub signature 2020-08-24 16:51:06 +02:00