Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cydanil committed Jul 11, 2021
1 parent 288955b commit f97db2c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
import array
import os.path
import re
import string

from gourmand import check_encodings, convert
from gourmand.gdebug import TimeAction, debug
from gourmand.importers import importer, plaintext_importer

#from gourmand.gglobals import gt

class mmf_constants:
def __init__ (self):
Expand Down
2 changes: 0 additions & 2 deletions src/gourmand/plugins/import_export/pdf_plugin/pdf_exporter.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import math
import os.path
import re
import tempfile
import types
import webbrowser
import xml.sax.saxutils
from gettext import ngettext
from io import BytesIO
Expand Down

0 comments on commit f97db2c

Please sign in to comment.