Remove yaml stub in providers module

This commit is contained in:
Roman Mogylatov 2020-06-24 21:13:37 -04:00
parent c8b0fa22af
commit ad2d8155d4
2 changed files with 2808 additions and 2818 deletions

File diff suppressed because it is too large Load Diff

View File

@ -30,7 +30,6 @@ try:
import yaml
except ImportError:
yaml = None
yaml = None
from .errors import (
Error,