Skip to content

Commit 8a883f0

Browse files
committed
Whitespace fixes
1 parent 7e4aed5 commit 8a883f0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/labthings_fastapi/outputs/blob.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
class MyImageBlob(Blob):
1717
media_type = "image/png"
1818
19+
1920
class MyThing(Thing):
2021
@thing_action
2122
def get_image(self) -> MyImageBlob:

src/labthings_fastapi/types/numpy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
```
88
from labthings_fastapi.types.ndarray import NDArray
99
10+
1011
def double(arr: NDArray) -> NDArray:
1112
return arr * 2 # arr is a numpy.ndarray
1213
```

0 commit comments

Comments
 (0)