Skip to content

Commit 2ad98fa

Browse files
committed
Fix lint
1 parent e53d9c8 commit 2ad98fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fsspec/implementations/tests/test_reference.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ def test_defaults(server): # noqa: F811
230230
def test_spec1_expand():
231231
pytest.importorskip("jinja2")
232232
from fsspec.implementations.reference import json as json_impl
233+
233234
in_data = {
234235
"version": 1,
235236
"templates": {"u": "server.domain/path", "f": "{{c}}"},
@@ -279,6 +280,7 @@ def test_spec1_expand():
279280
def test_spec1_expand_simple():
280281
pytest.importorskip("jinja2")
281282
from fsspec.implementations.reference import json as json_impl
283+
282284
in_data = {
283285
"version": 1,
284286
"templates": {"u": "server.domain/path"},

0 commit comments

Comments
 (0)