Skip to content

Commit

Permalink
re-added missing import for customize_compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Copping committed Apr 18, 2024
1 parent 8a38ce4 commit bc5bd66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/setuptools_dso/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
from distutils.dep_util import newer
from distutils.errors import DistutilsExecError as ExecError
from distutils.errors import CompileError
from distutils.sysconfig import customize_compiler
import logging as log

__all__ = (
Expand Down

0 comments on commit bc5bd66

Please sign in to comment.