Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix TypeError when trying to read .yaml
If you'll try to read .yaml file with relative path, for example, './settings/local_dev.yaml', than you'll receive an error: `TypeError: the 'package' argument is required to perform a relative import for './settings/local_dev.yaml'` Just handle this case.
- Loading branch information