remove unused import

pull/40/head
Cullen Watson 2023-09-06 09:45:39 -05:00
parent 9009579fe7
commit d063ce6b46
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
import pandas as pd
import concurrent.futures
from concurrent.futures import ThreadPoolExecutor
import traceback
from typing import List, Tuple, NamedTuple, Dict
from .jobs import JobType, Location