Skip to content

Commit 6a50f02

Browse files
committed
remove unused imports
1 parent 6cec932 commit 6a50f02

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

compyle/parallel.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,10 @@
88

99
from compyle import c_backend
1010
from functools import wraps
11-
from inspect import getmodule
12-
import operator
13-
from re import TEMPLATE
1411
from textwrap import wrap
15-
import json
1612

1713
from mako.template import Template
1814
import numpy as np
19-
import py
2015
import pybind11
2116

2217
from .cimport import Cmodule

0 commit comments

Comments
 (0)