Skip to content

Commit ff6e021

Browse files
committed
isort
1 parent 7089c9c commit ff6e021

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymc/smc/smc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
import abc
15+
import sys
16+
import warnings
1517

1618
from abc import ABC
17-
import sys
1819
from typing import Dict, cast
19-
import warnings
2020

2121
import aesara.tensor as at
2222
import numpy as np

0 commit comments

Comments
 (0)