diff --git a/src/command/impl/removeCommand.py b/src/command/impl/removeCommand.py index 4a71fc6..5550ab1 100644 --- a/src/command/impl/removeCommand.py +++ b/src/command/impl/removeCommand.py @@ -1,7 +1,6 @@ from colorama import Fore from command.command import Command from traefik.traefikConfig import TraefikConfig -from utils.dockerUtils import restartTraefik class RemoveCommand(Command): def __init__(self): @@ -22,6 +21,4 @@ class RemoveCommand(Command): traefikConfig.removeRouter(name) - traefikConfig.save() - - restartTraefik() \ No newline at end of file + traefikConfig.save() \ No newline at end of file