Skip to content

Commit

Permalink
Merge branch 'GridTools:main' into dace-import
Browse files Browse the repository at this point in the history
  • Loading branch information
edopao authored Sep 11, 2023
2 parents c7c3bd6 + b64fdab commit e0323d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/gt4py/cartesian/backend/pyext_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@

import contextlib
import copy
import distutils
import distutils.sysconfig
import io
import os
import shutil
from typing import Any, Dict, List, Optional, Tuple, Type, Union, cast, overload

import pybind11
import setuptools
from setuptools import distutils
from setuptools.command.build_ext import build_ext

from gt4py.cartesian import config as gt_config
Expand Down

0 comments on commit e0323d1

Please sign in to comment.