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 Apr 30, 2022
1 parent 2d921f6 commit 4bedfd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

from pathlib import Path
from stat import S_IREAD
from tempfile import TemporaryDirectory

import pytest

from poetry.core.utils.helpers import canonicalize_name
from poetry.core.utils.helpers import combine_unicode
from poetry.core.utils.helpers import parse_requires
from poetry.core.utils.helpers import readme_content_type
from tempfile import TemporaryDirectory


def test_parse_requires():
Expand Down

0 comments on commit 4bedfd5

Please sign in to comment.