nthngdy commited on
Commit
f812229
1 Parent(s): 6dab306

Update modeling_manta.py

Browse files
Files changed (1) hide show
  1. modeling_manta.py +1 -1
modeling_manta.py CHANGED
@@ -42,7 +42,7 @@ from transformers.utils import (
42
  logging,
43
  replace_return_docstrings,
44
  )
45
- from configuration_manta import MantaConfig
46
 
47
 
48
  logger = logging.get_logger(__name__)
 
42
  logging,
43
  replace_return_docstrings,
44
  )
45
+ from .configuration_manta import MantaConfig
46
 
47
 
48
  logger = logging.get_logger(__name__)