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] authored and clintonsteiner committed Jan 7, 2025
1 parent f9b2424 commit 2247082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkinsapi/utils/jenkins_launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ def update_config(self):
# see https://setuptools.pypa.io/en/latest/pkg_resources.html

fileobj = importlib_resources.files(
"jenkinsapi_tests.systests").joinpath("jenkins_home.tar.gz"
)
"jenkinsapi_tests.systests"
).joinpath("jenkins_home.tar.gz")
except ImportError:
from pkg_resources import resource_stream # below python 3.11

Expand Down

0 comments on commit 2247082

Please sign in to comment.