Removed the unnecessary git module import in the salt-formula-manager.py file

This commit is contained in:
Gregory Ballantine 2017-07-25 17:48:45 -04:00
parent 45618a32df
commit 076a905124

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python
from git import Repo
import os
import sys
import yaml