Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
aerorohit committed May 28, 2023
1 parent 6cec932 commit 6a50f02
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions compyle/parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,10 @@

from compyle import c_backend
from functools import wraps
from inspect import getmodule
import operator
from re import TEMPLATE
from textwrap import wrap
import json

from mako.template import Template
import numpy as np
import py
import pybind11

from .cimport import Cmodule
Expand Down

0 comments on commit 6a50f02

Please sign in to comment.