mirror of
https://github.com/davidhalter/parso.git
synced 2026-02-15 14:42:03 +08:00
Change a few small typing related things
This commit is contained in:
@@ -33,4 +33,4 @@ def test_invalid_grammar_version(string):
|
||||
|
||||
def test_grammar_int_version():
|
||||
with pytest.raises(TypeError):
|
||||
load_grammar(version=3.8)
|
||||
load_grammar(version=3.8) # type: ignore
|
||||
|
||||
Reference in New Issue
Block a user