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 Feb 16, 2024
1 parent 215ba0b commit f105201
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/standard_names/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ def names_with(self, parts: str | Iterable[str]) -> set[str]:
return {name for name in self._names if all(part in name for part in parts)}



REGISTRY = NamesRegistry()

NAMES = REGISTRY.names
Expand Down

0 comments on commit f105201

Please sign in to comment.