Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Mar 21, 2024
1 parent e10c142 commit af547ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions py-rattler/rattler/package/index_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ def from_package_directory(path: os.PathLike[str]) -> IndexJson:
resulting object. If the file is not in a parsable format or if the file
could not be read, this function returns an error.
"""
return IndexJson._from_py_index_json(
PyIndexJson.from_package_directory(Path(path))
)
return IndexJson._from_py_index_json(PyIndexJson.from_package_directory(Path(path)))

@staticmethod
def from_str(string: str) -> IndexJson:
Expand Down

0 comments on commit af547ea

Please sign in to comment.