mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 23:10:17 +00:00
Removed import of openpyxl all together
It's not needed for any of these tests, but if it were we would need to check for the python version to import the right one.
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
|
||||
import unittest
|
||||
import sys
|
||||
from tablib.packages import openpyxl
|
||||
import os
|
||||
import tablib
|
||||
from tablib.compat import markup, unicode
|
||||
|
||||
Reference in New Issue
Block a user