Delete extra space
This commit is contained in:
parent
7869bd002b
commit
15c948b080
@ -3,7 +3,7 @@ from jednostka import Jednostka
|
|||||||
|
|
||||||
class Lucznik(Jednostka):
|
class Lucznik(Jednostka):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
super().__init__( 60, 10, 3, 9)
|
super().__init__(60, 10, 3, 9)
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return 'L'
|
return 'L'
|
||||||
|
Loading…
Reference in New Issue
Block a user