Skip to content

Commit 49b826a

Browse files
committed
Remove unused Backend type-hint variable and empty sampling_utils.py
1 parent 31365e6 commit 49b826a

File tree

3 files changed

+0
-28
lines changed

3 files changed

+0
-28
lines changed

pymc/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ def __set_compiler_flags():
6969
from pymc.printing import *
7070
from pymc.sampling import *
7171
from pymc.sampling_forward import *
72-
from pymc.sampling_utils import *
7372
from pymc.smc import *
7473
from pymc.stats import *
7574
from pymc.step_methods import *

pymc/sampling_utils.py

Lines changed: 0 additions & 26 deletions
This file was deleted.

scripts/run_mypy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
pymc/plots/__init__.py
5454
pymc/sampling.py
5555
pymc/sampling_forward.py
56-
pymc/sampling_utils.py
5756
pymc/smc/__init__.py
5857
pymc/smc/sampling.py
5958
pymc/smc/kernels.py

0 commit comments

Comments
 (0)