From 17eae1b5c2702ee9119c0e76d7794258ed922ff9 Mon Sep 17 00:00:00 2001 From: Kaushik Kulkarni <kaushikcfd@gmail.com> Date: Wed, 16 Jun 2021 11:13:14 -0500 Subject: [PATCH] fixup! make compile independent of 'inputs_like' --- arraycontext/impl/pytato.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arraycontext/impl/pytato.py b/arraycontext/impl/pytato.py index 612f4a9..cb6a588 100644 --- a/arraycontext/impl/pytato.py +++ b/arraycontext/impl/pytato.py @@ -175,7 +175,7 @@ class AbstractInputDescriptor: def __eq__(self, other): raise NotImplementedError - def __hash__(self, other): + def __hash__(self): raise NotImplementedError -- GitLab