Skip to content

Commit eadec1f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8e813c6 commit eadec1f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/render/tags.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ use crate::parse::{
2626
};
2727
use crate::path::construct_relative_path;
2828
use crate::template::django_rusty_templates::{
29-
NoReverseMatch, Template, TemplateDoesNotExist, TemplateSyntaxError, WithSourceCode, get_template
29+
NoReverseMatch, Template, TemplateDoesNotExist, TemplateSyntaxError, WithSourceCode,
30+
get_template,
3031
};
3132
use crate::types::Variable;
3233
use crate::utils::PyResultMethods;

0 commit comments

Comments
 (0)