Skip to content

Commit 9ce2404

Browse files
committed
put the f on the f string
1 parent 288dd6a commit 9ce2404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/api/asynchronous.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,7 @@ async def open_array(
12691269
overwrite=overwrite,
12701270
**kwargs,
12711271
)
1272-
msg = "No array found in store {store_path.store} at path {store_path.path}"
1272+
msg = f"No array found in store {store_path.store} at path {store_path.path}"
12731273
raise ArrayNotFoundError(msg) from err
12741274

12751275

0 commit comments

Comments
 (0)