Skip to content

Commit e6224a9

Browse files
committed
Refactor
1 parent f2561d3 commit e6224a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ impl UrlPattern {
248248
}),
249249
},
250250
Some(UrlPatternInput::Init(init)) => {
251-
if baseURL.is_some() {
251+
if base_url.is_some() {
252252
return Err(PyTypeError::new_err("cannot use dict input with baseURL"));
253253
}
254254

0 commit comments

Comments
 (0)