Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tdyas committed Mar 5, 2025
1 parent 3d9e927 commit 450f98a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/python/pants/backend/openapi/sample/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@

from pants.backend.openapi import sample

PETSTORE_SAMPLE_SPEC = importlib.resources.files(sample.__name__).joinpath("petstore_spec.yaml").read_text()
PETSTORE_SAMPLE_SPEC = (
importlib.resources.files(sample.__name__).joinpath("petstore_spec.yaml").read_text()
)

0 comments on commit 450f98a

Please sign in to comment.