Fixed extra os imort in xlsx_writer

This commit is contained in:
Salvador E. Tropea 2021-10-25 16:58:30 -03:00
parent ef1097375c
commit b50bc4f6d9
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ XLSX Writer: Generates an XLSX BoM file.
import io
import pprint
import os.path as op
import os
import sys
from textwrap import wrap
from base64 import b64decode