Skip to content

Commit

Permalink
[pre-commit.ci] Apply automatic pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 27, 2024
1 parent 7197f6d commit 4986cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
from conda_lock.conda_lock import run_lock

from conda_store_server._internal import conda_utils, schema, utils
from conda_store_server.plugins.types import types, lock
from conda_store_server.plugins.hookspec import hookimpl
from conda_store_server.plugins.plugin_context import PluginContext
from conda_store_server.plugins.types import lock, types


class CondaLock(lock.LockPlugin):
Expand Down
2 changes: 1 addition & 1 deletion conda-store-server/tests/plugins/test_plugin_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

import io
import logging
import os
import subprocess
import io
import sys

import pytest
Expand Down

0 comments on commit 4986cc6

Please sign in to comment.