Skip to content

Commit 2c413f3

Browse files
committed
remove D from pytensor/graph/utils.py it was not referenced anywhere
1 parent 61a6e4a commit 2c413f3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pytensor/graph/utils.py

-5
Original file line numberDiff line numberDiff line change
@@ -304,11 +304,6 @@ def __setattr__(self, attr, obj):
304304
return object.__setattr__(self, attr, obj)
305305

306306

307-
class D:
308-
def __init__(self, **d):
309-
self.__dict__.update(d)
310-
311-
312307
class AssocList:
313308
"""An associative list.
314309

0 commit comments

Comments
 (0)