Skip to content

Commit e87bc71

Browse files
brandonwillardtwiecki
authored andcommitted
Remove unnecessary logger and dunder setting in pfunc
1 parent e15c09d commit e87bc71

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pytensor/compile/function/pfunc.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
44
"""
55

6-
import logging
76
from copy import copy
87
from typing import Optional
98

@@ -16,11 +15,6 @@
1615
from pytensor.graph.fg import FunctionGraph
1716

1817

19-
_logger = logging.getLogger("pytensor.compile.function.pfunc")
20-
21-
__docformat__ = "restructuredtext en"
22-
23-
2418
def rebuild_collect_shared(
2519
outputs,
2620
inputs=None,

0 commit comments

Comments
 (0)