Skip to content

Commit

Permalink
Update pkg_resources/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Avasam <samuel.06@hotmail.com>
  • Loading branch information
DimitriPapadopoulos and Avasam committed Aug 3, 2024
1 parent 9e783cc commit e5ed01e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg_resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3314,8 +3314,7 @@ def check_version_conflict(self):
):
continue
issue_warning(
f"Module {modname} was already imported from {fn}, but {self.location} is being added"
" to sys.path",
f"Module {modname} was already imported from {fn}, but {self.location} is being added to sys.path",
)

def has_version(self):
Expand Down

0 comments on commit e5ed01e

Please sign in to comment.