Commit 9856c921 authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Reorder init imports

parent e70068a7
...@@ -1087,10 +1087,10 @@ if is_tf_available(): ...@@ -1087,10 +1087,10 @@ if is_tf_available():
_import_structure["models.layoutlm"].extend( _import_structure["models.layoutlm"].extend(
[ [
"TF_LAYOUTLM_PRETRAINED_MODEL_ARCHIVE_LIST", "TF_LAYOUTLM_PRETRAINED_MODEL_ARCHIVE_LIST",
"TFLayoutLMMainLayer",
"TFLayoutLMForMaskedLM", "TFLayoutLMForMaskedLM",
"TFLayoutLMForSequenceClassification", "TFLayoutLMForSequenceClassification",
"TFLayoutLMForTokenClassification", "TFLayoutLMForTokenClassification",
"TFLayoutLMMainLayer",
"TFLayoutLMModel", "TFLayoutLMModel",
"TFLayoutLMPreTrainedModel", "TFLayoutLMPreTrainedModel",
] ]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment