Skip to content

Commit

Permalink
migrate arvr to ruff
Browse files Browse the repository at this point in the history
Summary:
Formats the covered files with pyfmt.

ruff_dog

Reviewed By: tpolasek

Differential Revision: D66856389

fbshipit-source-id: 7d2b2211e0dcb18d80cb151ab0a4529adf9eb1e8
  • Loading branch information
amyreese authored and facebook-github-bot committed Dec 6, 2024
1 parent 527221a commit 05b119d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvrs/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def _unique_string_for_key(name: str, type_: str, dict_: Mapping[str, Any]) -> s


def stringify_metadata_keys(
metadata_dict: Dict[Tuple[str, str], Any]
metadata_dict: Dict[Tuple[str, str], Any],
) -> Dict[str, Any]:
r"""remove unambiguous types from metadata dicts. If the type is overloaded, converts to a
key<type> string representation."""
Expand Down

0 comments on commit 05b119d

Please sign in to comment.