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 21, 2024
1 parent e95dbb4 commit 3b84bb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

"""Pytest plugins and fixtures configuration."""

import os
import logging
import os
import shutil
import socket
import subprocess
Expand Down Expand Up @@ -118,7 +118,7 @@ def ssh_client_session(ssh_session_connect):
"""
ssh_session = Session()

if os.getenv("LIBSSH_VERBOSITY"):
if os.getenv('LIBSSH_VERBOSITY'):
ssh_session.set_log_level(logging.DEBUG)

ssh_session_connect(ssh_session)
Expand Down

0 comments on commit 3b84bb9

Please sign in to comment.