Skip to content

Instantly share code, notes, and snippets.

@antonagestam
Created May 24, 2020 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antonagestam/761f505ac818791ba3d8ef6faa7ee2ff to your computer and use it in GitHub Desktop.
Save antonagestam/761f505ac818791ba3d8ef6faa7ee2ff to your computer and use it in GitHub Desktop.
phantom/sized.py:5: error: Module 'typing' has no attribute 'Final' [attr-defined]
from typing import Final
^
phantom/sized.py:61: error: Expression has type "Any" [misc]
and not isinstance(instance, mutable)
^
phantom/re.py:1: error: Module '__future__' has no attribute 'annotations'
[attr-defined]
from __future__ import annotations
^
tests/test_sized.py:1: error: Module 'typing' has no attribute 'Final' [attr-defined]
from typing import Final
^
Found 4 errors in 3 files (checked 12 source files)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment