Skip to content

Commit 9a94cd5

Browse files
committed
applied black formatter
1 parent 4210415 commit 9a94cd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openlibrary/core/models.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,13 @@ def width(self):
8787
"""Get the width of the image."""
8888
info = self.info()
8989
return info["width"] if info else None
90-
90+
9191
def height(self):
9292
"""Get the height of the image."""
9393
info = self.info()
9494
return info["height"] if info else None
9595

96+
9697
ThingKey = str
9798

9899

0 commit comments

Comments
 (0)