From 11fc9c0fa4cdaa8109047eca85a0386a282a4e6d Mon Sep 17 00:00:00 2001
From: Matt Wala <wala1@illinois.edu>
Date: Wed, 3 Jun 2020 00:30:11 -0500
Subject: [PATCH] Fix setup.cfg

---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index 4d4fdb8..9984342 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,7 +2,7 @@
 ignore = E126,E127,E128,E123,E226,E241,E242,E265,N802,W503,E402,N814,N817,W504
 max-line-length=85
 
-[mypy-pytato.symbolic]
+[mypy-pytato.scalar_expr]
 disallow_subclassing_any = False
 
 [mypy-islpy]
-- 
GitLab