Skip to content

Commit b0a86fa

Browse files
committed
fix(svn): Fix typo
1 parent 2241c29 commit b0a86fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libvcs/url/svn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ class SvnURL(URLProtocol, SkipDefaultFieldsReprMixin):
170170
ref: Optional[str] = None
171171

172172
matcher: Optional[str] = None
173-
matchers = MatcherRegistry = MatcherRegistry(
173+
matchers: MatcherRegistry = MatcherRegistry(
174174
_matchers={m.label: m for m in DEFAULT_MATCHERS}
175175
)
176176

0 commit comments

Comments
 (0)