Skip to content

Commit aed312d

Browse files
style: pre-commit fixes
1 parent 7623a90 commit aed312d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pybind11/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import sys
55
import sysconfig
66

7-
from .commands import get_cmake_dir, get_include, get_pkgconfig_dir
87
from ._version import __version__
8+
from .commands import get_cmake_dir, get_include, get_pkgconfig_dir
99

1010

1111
def print_includes() -> None:

0 commit comments

Comments
 (0)