Skip to content

Commit 68bfcf6

Browse files
committed
Fix import in test_assigning
1 parent 4161542 commit 68bfcf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_assigning.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import pandas as pd
22
import pytest
33

4-
from acbm.assigning.assigning import _map_day_to_wkday_binary
4+
from acbm.assigning.utils import _map_day_to_wkday_binary
55

66
# applying to a single value
77

0 commit comments

Comments
 (0)