Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 15, 2023
1 parent 5b38184 commit 886f719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/python/_cmake_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

import argparse
import platform
import sys
from pathlib import Path
from textwrap import dedent
import sys

from cmake_pc_hooks._cmake import CMakeCommand, get_cmake_command, _try_calling_cmake
from cmake_pc_hooks._cmake import CMakeCommand, _try_calling_cmake, get_cmake_command

import fasteners
import filelock
Expand Down

0 comments on commit 886f719

Please sign in to comment.