Delete extra space

This commit is contained in:
s500512 2024-12-11 14:56:19 +01:00
parent 7869bd002b
commit 15c948b080

View File

@ -3,7 +3,7 @@ from jednostka import Jednostka
class Lucznik(Jednostka):
def __init__(self):
super().__init__( 60, 10, 3, 9)
super().__init__(60, 10, 3, 9)
def __str__(self):
return 'L'