Skip to content

Commit

Permalink
Add to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoskoukis-slamcore committed Jan 25, 2024
1 parent c29d019 commit 53f87ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ htmlcov
tags

.coverage.*
.tool-versions
1 change: 0 additions & 1 deletion uri/part/scheme.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def load(self, plugin: str) -> Scheme:

# If we haven't, attempt to load the explicit Scheme subclass to utilize for this named scheme.
try:
import pdb; pdb.set_trace()
result = entry_points(group="uri.scheme")[plugin].load()
except KeyError:
result = Scheme(plugin) # Can't look up by registered name? It's generic.
Expand Down

0 comments on commit 53f87ef

Please sign in to comment.