Skip to content

Commit d619c7b

Browse files
committed
Another excel fix
1 parent 8f60962 commit d619c7b

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
requests==2.25.1
21
openpyxl==3.0.9
2+
requests
3+
shuffle-sdk

microsoft-excel/1.0.0/src/app.py

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
import socket
2-
import asyncio
3-
import time
4-
import random
51
import json
6-
import uuid
7-
import time
82
import requests
93

10-
from walkoff_app_sdk import csv_parse
11-
from walkoff_app_sdk.app_base import AppBase
4+
from shuffle_sdk import AppBase
5+
from shuffle_sdk import csv_parse
126

137
from openpyxl import Workbook, load_workbook
148

0 commit comments

Comments
 (0)