Skip to content

Commit 2d2e049

Browse files
committed
More formatting
1 parent 6e55003 commit 2d2e049

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

tiled/_tests/test_sync.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
def client_factory(readable_storage=None):
2525
with tempfile.TemporaryDirectory() as tempdir:
2626
catalog = in_memory(
27-
writable_storage=str(tempdir),
28-
readable_storage=readable_storage,
27+
writable_storage=str(tempdir), readable_storage=readable_storage
2928
)
3029
app = build_app(catalog)
3130
with Context.from_app(app) as context:

tiled/_tests/test_validation.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,7 @@ def test_unknown_spec_strict(tmpdir):
104104
{
105105
"tree": "tiled.catalog:in_memory",
106106
"path": "/",
107-
"args": {
108-
"writable_storage": str(tmpdir),
109-
},
107+
"args": {"writable_storage": str(tmpdir)},
110108
},
111109
],
112110
"specs": [

0 commit comments

Comments
 (0)