Skip to content

fix: mypy 1.12.0 errors#3632

Merged
dangotbanned merged 1 commit intomainfrom
fix-mypy-1-12-0
Oct 5, 2024
Merged

fix: mypy 1.12.0 errors#3632
dangotbanned merged 1 commit intomainfrom
fix-mypy-1-12-0

Conversation

@dangotbanned
Copy link
Copy Markdown
Member

@dangotbanned dangotbanned commented Oct 5, 2024

Related

tests\vegalite\v5\test_renderers.py:14: error: Incompatible types in assignment (expression has type "None", variable has type Module)  [assignment]
        vlc = None
              ^~~~
tests\vegalite\v5\test_api.py:32: error: Incompatible types in assignment (expression has type "None", variable has type Module)  [assignment]
        vlc = None
              ^~~~
tests\utils\test_mimebundle.py:10: error: Incompatible types in assignment (expression has type "None", variable has type Module)  [assignment]
        vlc = None
              ^~~~
tests\utils\test_compiler.py:10: error: Incompatible types in assignment (expression has type "None", variable has type Module)  [assignment]
        vlc = None
              ^~~~
Found 4 errors in 4 files (checked 332 source files)

# Related
- #3630 (comment)

```
tests\vegalite\v5\test_renderers.py:14: error: Incompatible types in assignment (expression has type "None", variable has type Module)  [assignment]
        vlc = None
              ^~~~
tests\vegalite\v5\test_api.py:32: error: Incompatible types in assignment (expression has type "None", variable has type Module)  [assignment]
        vlc = None
              ^~~~
tests\utils\test_mimebundle.py:10: error: Incompatible types in assignment (expression has type "None", variable has type Module)  [assignment]
        vlc = None
              ^~~~
tests\utils\test_compiler.py:10: error: Incompatible types in assignment (expression has type "None", variable has type Module)  [assignment]
        vlc = None
              ^~~~
Found 4 errors in 4 files (checked 332 source files)
```
@dangotbanned dangotbanned enabled auto-merge (squash) October 5, 2024 15:41
@dangotbanned dangotbanned merged commit 11078c2 into main Oct 5, 2024
@dangotbanned dangotbanned deleted the fix-mypy-1-12-0 branch October 5, 2024 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant