Skip to content

Commit d0a06ec

Browse files
Fix formatting in balls_v2.py
1 parent eed4e0f commit d0a06ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python-isinstance/balls_v2.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ def __init__(self, color, number):
1717
self.number = number
1818

1919
def get_state(self):
20-
print(f"Color = {self.color}, Number = {self.number}, Shape = {self.shape}")
20+
print(
21+
f"Color = {self.color}, Number = {self.number}, Shape = {self.shape}"
22+
)
2123

2224

2325
class AmericanFootBall(Ball):

0 commit comments

Comments
 (0)