fixed 'import * may pollute namespace' in API

pull/61/MERGE
13621160019@163.com 2021-08-15 14:09:41 +08:00
parent 61737feea8
commit 3b2914eb87
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import base64
import uuid
import os
from openpyxl.chart import PieChart, LineChart, Reference
from decimal import *
from decimal import Decimal
from openpyxl.styles import PatternFill, Border, Side, Alignment, Font
from openpyxl.drawing.image import Image
from openpyxl import Workbook