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 Nov 30, 2024
1 parent 45305ce commit 78d6563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_subprocess/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
from conda.base.context import (
PREFIX_NAME_DISALLOWED_CHARS,
ROOT_ENV_NAME,
Context,
_first_writable_envs_dir,
context,
Context,
)
from conda.cli.common import validate_prefix
from conda.common.compat import encode_arguments, encode_environment, isiterable
Expand Down

0 comments on commit 78d6563

Please sign in to comment.