AoiKazama commited on
Commit
4ae29f7
1 Parent(s): 1237f5c

Update configuration_kinoe.py

Browse files
Files changed (1) hide show
  1. configuration_kinoe.py +2 -2
configuration_kinoe.py CHANGED
@@ -14,9 +14,9 @@
14
  # limitations under the License.
15
  """Kinoe model configuration"""
16
 
17
- from transformers.configuration_utils import PretrainedConfig
18
  from transformers.utils import logging
19
-
20
 
21
  logger = logging.get_logger(__name__)
22
 
 
14
  # limitations under the License.
15
  """Kinoe model configuration"""
16
 
17
+ from transformers import PretrainedConfig
18
  from transformers.utils import logging
19
+ from typing import List
20
 
21
  logger = logging.get_logger(__name__)
22