From 9a9b559c47d379351fbe4a01c63033748c25e1e3 Mon Sep 17 00:00:00 2001 From: Serhii Loboda Date: Sun, 3 Sep 2023 00:29:12 +0300 Subject: [PATCH] Solution: Software Engineers. --- app/main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/main.py b/app/main.py index 877199f0..f5913700 100644 --- a/app/main.py +++ b/app/main.py @@ -38,9 +38,6 @@ def create_smooth_mobile_app(self) -> str: class FullStackDeveloper(BackendDeveloper, FrontendDeveloper): - def __init__(self, name: str) -> None: - super().__init__(name) - def create_web_application(self) -> None: print(f"{self.name} started creating a web application...") self.create_powerful_api()