Skip to content

Commit

Permalink
changes for python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-vk committed Nov 30, 2022
1 parent a7153de commit c31a54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile_parse/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ def __init__(self, registry=None, namespace=None, repo=None, tag=None):
self.tag = tag

@classmethod
def parse(cls, image_name: str):
def parse(cls, image_name):
result = cls()

if not image_name or image_name.isspace():
Expand Down

0 comments on commit c31a54d

Please sign in to comment.