mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 06:56:13 +00:00
Add support for Python 3.9, drop EOL 3.5 (#477)
This commit is contained in:
committed by
GitHub
parent
5fa4496f9d
commit
8c5404591b
@@ -11,8 +11,9 @@ from io import BytesIO, StringIO
|
||||
from pathlib import Path
|
||||
from uuid import uuid4
|
||||
|
||||
import tablib
|
||||
from MarkupPy import markup
|
||||
|
||||
import tablib
|
||||
from tablib.core import Row, detect_format
|
||||
from tablib.exceptions import UnsupportedFormat
|
||||
from tablib.formats import registry
|
||||
|
||||
Reference in New Issue
Block a user