Skip to content

Commit

Permalink
Update ev3brick.py
Browse files Browse the repository at this point in the history
  • Loading branch information
drewwhis authored Dec 3, 2019
1 parent ef42dbe commit 2ce791d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybricks/ev3brick.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def clear():
"""

@staticmethod
def image(file_name: Union[str,ImageFile], alignment: Align = Align.CENTER, coordinate: Tuple[int, int] = None, clear: bool = True):
def image(file_name: Union[str, ImageFile], alignment: Align = Align.CENTER, coordinate: Tuple[int, int] = None, clear: bool = True):
"""
Show an image file. You can specify its placement either using alignmentor by specifying a coordinate,
but not both.
Expand Down

0 comments on commit 2ce791d

Please sign in to comment.