Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a45cafb

Browse files
committed
fixed a missing import.
1 parent 9b7e416 commit a45cafb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

official/recommendation/data_async_generation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
from official.datasets import movielens
4444
from official.recommendation import constants as rconst
4545
from official.recommendation import stat_utils
46+
from official.recommendation import popen_helper
4647

4748

4849
_log_file = None

0 commit comments

Comments
 (0)