Skip to content

Commit

Permalink
remove pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemia committed Jun 14, 2024
1 parent 1d7b37a commit 9fcf04d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pr_lint/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ def main() -> None:
assert len(type_labels) == 1, "There should be exactly one Type label"

# format new title as [Type Emoji][Title][Other Emojis]

import pdb

pdb.set_trace()
type_emoji = "".join(extract_emoji(type_labels[0].name))
other_emojis = set()
for label in other_labels:
Expand Down

0 comments on commit 9fcf04d

Please sign in to comment.