mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
pylint fix
This commit is contained in:
parent
184393ec84
commit
838d471cbf
@ -6,7 +6,7 @@ from os import path
|
|||||||
import logging
|
import logging
|
||||||
|
|
||||||
# Import third-party libs
|
# Import third-party libs
|
||||||
from jinja2 import (Template, BaseLoader, Environment, StrictUndefined,
|
from jinja2 import (BaseLoader, Environment, StrictUndefined,
|
||||||
FileSystemLoader)
|
FileSystemLoader)
|
||||||
from jinja2.exceptions import TemplateNotFound
|
from jinja2.exceptions import TemplateNotFound
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user