mirror of
https://github.com/twitter/the-algorithm-ml.git
synced 2024-12-23 06:41:49 +01:00
Update entrypoint.py
Remove duplicate import
This commit is contained in:
parent
78c3235eee
commit
469b09172d
@ -9,7 +9,6 @@ from tml.projects.home.recap.model import mlp
|
|||||||
from tml.projects.home.recap.model import mask_net
|
from tml.projects.home.recap.model import mask_net
|
||||||
from tml.projects.home.recap.model import numeric_calibration
|
from tml.projects.home.recap.model import numeric_calibration
|
||||||
from tml.projects.home.recap.model.model_and_loss import ModelAndLoss
|
from tml.projects.home.recap.model.model_and_loss import ModelAndLoss
|
||||||
import tml.projects.home.recap.model.config as model_config_mod
|
|
||||||
|
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
from tml.projects.home.recap import config as config_mod
|
from tml.projects.home.recap import config as config_mod
|
||||||
|
Loading…
Reference in New Issue
Block a user