We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2241c29 commit b0a86faCopy full SHA for b0a86fa
src/libvcs/url/svn.py
@@ -170,7 +170,7 @@ class SvnURL(URLProtocol, SkipDefaultFieldsReprMixin):
170
ref: Optional[str] = None
171
172
matcher: Optional[str] = None
173
- matchers = MatcherRegistry = MatcherRegistry(
+ matchers: MatcherRegistry = MatcherRegistry(
174
_matchers={m.label: m for m in DEFAULT_MATCHERS}
175
)
176
0 commit comments