From ba0a5fda739e833b8dc53d4a784861025d88e277 Mon Sep 17 00:00:00 2001 From: hhf Date: Thu, 5 Dec 2024 23:27:10 +0530 Subject: [PATCH] Update basic_management.py --- basic_management.py | 1 - 1 file changed, 1 deletion(-) diff --git a/basic_management.py b/basic_management.py index 8305f2e..f916d24 100644 --- a/basic_management.py +++ b/basic_management.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 from docker_wrapper import Docker, NoContainersError from typing import Dict, List import sys