cm107 commited on
Commit
5bf29aa
·
1 Parent(s): 7ad56ee
Files changed (1) hide show
  1. mypkg/draw.py +1 -1
mypkg/draw.py CHANGED
@@ -27,7 +27,7 @@ def circle(
27
 
28
  def rectangle(
29
  width: int=500, height: int=500,
30
- pt1: tuple[int, int]=None, pt2: tuple[int, int]=None,
31
  color: tuple=(0,0,255),
32
  background: tuple=(0,0,0)
33
  ) -> npt.NDArray[np.uint8]:
 
27
 
28
  def rectangle(
29
  width: int=500, height: int=500,
30
+ pt1: tuple=None, pt2: tuple=None,
31
  color: tuple=(0,0,255),
32
  background: tuple=(0,0,0)
33
  ) -> npt.NDArray[np.uint8]: