From 15c948b0805c8c6f7cfb6d84ce6e08cf2a96f4c4 Mon Sep 17 00:00:00 2001 From: s500512 Date: Wed, 11 Dec 2024 14:56:19 +0100 Subject: [PATCH] Delete extra space --- lucznik.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lucznik.py b/lucznik.py index b14399d..05ee106 100644 --- a/lucznik.py +++ b/lucznik.py @@ -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'