Skip to content

Commit

Permalink
Fixing import path
Browse files Browse the repository at this point in the history
  • Loading branch information
devinmatte committed Feb 14, 2024
1 parent e4429e3 commit ba33d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/chalicelib/parallel.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from concurrent.futures import ThreadPoolExecutor, as_completed
import pandas as pd

from server.chalicelib.date_utils import MAX_MONTH_DATA_DATE
from chalicelib.date_utils import MAX_MONTH_DATA_DATE


def make_parallel(single_func, THREAD_COUNT=5):
Expand Down

0 comments on commit ba33d8c

Please sign in to comment.