You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very nice if the ConfigLoader class would support toml configuration files.
Given that toml.load() returns dict object and the implementation for JSON exists, the changes should be rather small.
The text was updated successfully, but these errors were encountered:
It would be very nice if the
ConfigLoader
class would supporttoml
configuration files.Given that
toml.load()
returnsdict
object and the implementation for JSON exists, the changes should be rather small.The text was updated successfully, but these errors were encountered: