File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " xpyxl"
3- version = " 0.7.0 "
3+ version = " 0.7.1 "
44description = " Create styled excel reports with declarative python."
55readme = " README.md"
66authors = [{
name =
" dakixr" ,
email =
" [email protected] " }]
Original file line number Diff line number Diff line change 77from __future__ import annotations
88
99from io import BytesIO
10- from pathlib import Path
11- from typing import TYPE_CHECKING , BinaryIO
10+ from typing import BinaryIO
1211
1312from openpyxl import Workbook as _OpenpyxlWorkbook
1413from openpyxl import load_workbook as _load_workbook
1716from .openpyxl_engine import OpenpyxlEngine
1817from .xlsxwriter_engine import XlsxWriterEngine
1918
20- if TYPE_CHECKING :
21- pass
22-
2319__all__ = ["HybridEngine" ]
2420
2521
You can’t perform that action at this time.
0 commit comments