Skip to content

Commit

Permalink
Drop redundant normalization clause
Browse files Browse the repository at this point in the history
  • Loading branch information
twm committed Sep 22, 2024
1 parent e52ad63 commit 1f6141a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions warehouse/packaging/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,8 +587,6 @@ def create_project(
request.db.query(PendingOIDCPublisher)
.filter(
or_(
func.normalize_pep426_name(PendingOIDCPublisher.project_name)
== func.normalize_pep426_name(project.name),
func.ultranormalize_name(PendingOIDCPublisher.project_name)
== func.ultranormalize_name(project.name),
),
Expand Down

0 comments on commit 1f6141a

Please sign in to comment.