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 Jun 25, 2024
1 parent 6009f2a commit 520be9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/test_needle.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
from pathlib import Path
from typing import Any

import pysource_minimize._minimize
import pytest
from pysource_codegen import generate

import pysource_minimize._minimize
from .utils import testing_enabled

try:
Expand Down
4 changes: 2 additions & 2 deletions tests/test_remove_one.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
import sys
from pathlib import Path

import pysource_minimize._minimize
import pytest
from pysource_codegen import generate
from pysource_minimize import minimize

import pysource_minimize._minimize
from . import session_config
from .dump_tree import dump_tree
from pysource_minimize import minimize
from tests.utils import testing_enabled

try:
Expand Down

0 comments on commit 520be9b

Please sign in to comment.