Skip to content

Commit a334b1b

Browse files
committed
Fix 0014,0015,0016
1 parent 5ebb574 commit a334b1b

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Drake-Z/0014/0014.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
import json
1515
from collections import OrderedDict
1616
from openpyxl import Workbook
17-
from openpyxl.styles import Font
1817

1918
def txt_to_xlsx(filename):
2019
file = open(filename, 'r', encoding = 'UTF-8')

Drake-Z/0015/0015.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
import json
1515
from collections import OrderedDict
1616
from openpyxl import Workbook
17-
from openpyxl.styles import Font
1817

1918
def txt_to_xlsx(filename):
2019
file = open(filename, 'r', encoding = 'UTF-8')

Drake-Z/0016/0016.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
import json
1515
from openpyxl import Workbook
16-
from openpyxl.styles import Font
1716

1817
def txt_to_xlsx(filename):
1918
file = open(filename, 'r', encoding = 'UTF-8')

0 commit comments

Comments
 (0)