mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-10-31 16:07:41 +03:00 
			
		
		
		
	Fix code style
This commit is contained in:
		
							parent
							
								
									25cb764e64
								
							
						
					
					
						commit
						c5a407e95a
					
				|  | @ -49,4 +49,4 @@ def test_vocab_api_contains(en_vocab, text): | |||
| 
 | ||||
| def test_vocab_writing_system(en_vocab): | ||||
|     assert en_vocab.writing_system["direction"] == "ltr" | ||||
|     assert en_vocab.writing_system["has_case"] == True | ||||
|     assert en_vocab.writing_system["has_case"] is True | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user