mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-14 21:42:57 +00:00
Add some typing
This commit is contained in:
@@ -11,7 +11,7 @@ from .get_taggers_and_manifests import get_taggers_and_manifests
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def tag_image(short_image_name, owner):
|
||||
def tag_image(short_image_name: str, owner: str) -> None:
|
||||
logger.info(f"Tagging image: {short_image_name}")
|
||||
taggers, _ = get_taggers_and_manifests(short_image_name)
|
||||
|
||||
|
Reference in New Issue
Block a user