Skip to content

Commit b990275

Browse files
Remove unused logger from aesara.scan.opt
1 parent d039a05 commit b990275

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

aesara/scan/opt.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import copy
44
import dataclasses
5-
import logging
65
from sys import maxsize
76
from typing import Dict, List, Optional, Tuple
87

@@ -58,8 +57,6 @@
5857
from aesara.tensor.var import TensorConstant, get_unique_value
5958

6059

61-
_logger = logging.getLogger("aesara.scan.opt")
62-
6360
list_opt_slice = [
6461
math_opt.local_abs_merge,
6562
math_opt.local_mul_switch_sink,

0 commit comments

Comments
 (0)