Skip to content

Commit f24bfea

Browse files
committed
build: fix flake8 warnings
1 parent 8e674a1 commit f24bfea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jinja2_from_json_extension/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import json
2-
import jinja2
32
from jinja2.ext import Extension
43

54

@@ -8,6 +7,7 @@
87
except ImportError:
98
from jinja2 import evalcontextfilter as eval_context
109

10+
1111
@eval_context
1212
def from_json(eval_ctx, value):
1313
return json.loads(value)

0 commit comments

Comments
 (0)