Skip to content

Commit 6483c6e

Browse files
Remove Aesara PEP 561 enforcement
No longer needed since 2.6.0.
1 parent a7684d1 commit 6483c6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/run_mypy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ def check_no_unexpected_results(mypy_lines: Iterator[str]):
176176
if __name__ == "__main__":
177177
# Enforce PEP 561 for some important dependencies that
178178
# have relevant type hints but don't tell that to mypy.
179-
enforce_pep561("aesara")
180179
enforce_pep561("aeppl")
181180

182181
parser = argparse.ArgumentParser(description="Process some integers.")

0 commit comments

Comments
 (0)