Skip to content

Commit a1f8ee7

Browse files
committed
Delete xmeta as well
1 parent 0f40239 commit a1f8ee7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mypy/build.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2000,11 +2000,6 @@ def __init__(
20002000
self.parse_file(temporary=temporary)
20012001
self.compute_dependencies()
20022002

2003-
@property
2004-
def xmeta(self) -> CacheMeta:
2005-
assert self.meta, "missing meta on allegedly fresh module"
2006-
return self.meta
2007-
20082003
def add_ancestors(self) -> None:
20092004
if self.path is not None:
20102005
_, name = os.path.split(self.path)

0 commit comments

Comments
 (0)