Skip to content

Commit 89ab7a5

Browse files
committed
Fix pytext
1 parent 89dd9d1 commit 89ab7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/attr/models/test_pytext.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def _create_dummy_model(self):
143143
self._create_dummy_meta_data(),
144144
)
145145

146-
def _create_dummy_meta_data(self) -> CommonMetadata:
146+
def _create_dummy_meta_data(self):
147147
text_field_meta = FieldMeta()
148148
text_field_meta.vocab = VocabStub()
149149
text_field_meta.vocab_size = 4

0 commit comments

Comments
 (0)