Skip to content

Commit

Permalink
Remove errant breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Aug 25, 2023
1 parent 377d122 commit 8a33ba9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/edrn.rdf/edrn/rdf/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ def testscheme_open(self, req):
200
)
else:
import pdb;pdb.set_trace()
raise urllib.error.URLError('Not found')
except Exception:
raise urllib.error.URLError('Not found')
Expand Down

0 comments on commit 8a33ba9

Please sign in to comment.