fix import issues (from pyflakes merge)

This commit is contained in:
Jonathan Wren 2020-04-11 15:15:08 -07:00
parent 68ad5c0c1a
commit a5450b21cd
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@
from .text_exporter import TextExporter
import re
import os
import sys
from ..util import WARNING_COLOR, RESET_COLOR

View file

@ -2,6 +2,7 @@
# encoding: utf-8
from .text_exporter import TextExporter
import os
import re
import sys
from ..util import WARNING_COLOR, ERROR_COLOR, RESET_COLOR