Add missing import
offlate/systems/git.py
| 23 | 23 | from ..formats.gettext import GettextFormat | |
| 24 | 24 | from ..formats.ts import TSFormat | |
| 25 | 25 | from ..formats.yaml import YamlFormat | |
| 26 | + | from ..formats.formatException import UnsupportedFormatException | |
| 26 | 27 | from .systemException import ProjectNotFoundSystemException | |
| 27 | 28 | ||
| 28 | 29 | def rmdir(dir): |