Explorar o código

Made GetPlateTest comply to the 80 char limit.

Jayke Meijer %!s(int64=14) %!d(string=hai) anos
pai
achega
781de4672c
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      src/GetPlateTest.py

+ 4 - 1
src/GetPlateTest.py

@@ -3,7 +3,10 @@ from GrayscaleImage import GrayscaleImage
 from Point import Point
 from Point import Point
 
 
 # Define the corners of the licenseplate
 # Define the corners of the licenseplate
-points = [Point(None, (310, 383)), Point(None, (382, 381)), Point(None, (382, 396)), Point(None, (310, 398))]
+points = [Point(None, (310, 383)), \
+          Point(None, (382, 381)), \
+          Point(None, (382, 396)), \
+          Point(None, (310, 398))]
 
 
 # Get the image
 # Get the image
 image = GrayscaleImage('../images/test_plate.png')
 image = GrayscaleImage('../images/test_plate.png')