ssato / python-anyconfig

Python library provides common APIs to load and dump configuration files in various formats
MIT License
277 stars 31 forks source link

Change the type of anyconfig.processors.processors.Processors._processors from {str: <Pbarser_class>} to {str: <Parser_instance>} #123

Closed ssato closed 3 years ago

ssato commented 3 years ago

Changed the type of anyconfig.processors.processors.Processors._processors from typing.Dict[str, ] to typing.Dict[str, ] to simplify methods and functions process it.

lgtm-com[bot] commented 3 years ago

This pull request introduces 1 alert and fixes 8 when merging 30cfba7d38b3293d490b233e04c2764bc6df1d66 into e4c677e755a58d0e228b4a669c5766b2675f79b2 - view on LGTM.com

new alerts:

fixed alerts: