Skip to content

Commit

Permalink
fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed May 7, 2024
1 parent 2341c90 commit fcca83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg_resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3049,7 +3049,7 @@ def get_entry_info(self, group: str, name: str):
return self.get_entry_map(group).get(name)

# FIXME: 'Distribution.insert_on' is too complex (13)
def insert_on(
def insert_on( # noqa: C901
self,
path: List[str],
loc=None,
Expand Down

0 comments on commit fcca83f

Please sign in to comment.