8000 Fix issue with rh_ip import change · binarymatt/salt@d0d73d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit d0d73d8

Browse files
committed
Fix issue with rh_ip import change
1 parent 96071d8 commit d0d73d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

salt/modules/rh_ip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# import third party libs
1313
import jinja2
14-
import jinja2.exceptions.TemplateNotFound
14+
import jinja2.exceptions
1515

1616
# Import salt libs
1717
import salt.utils

0 commit comments

Comments
 (0)
0