Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevhen Ivantsov committed Dec 4, 2024
1 parent 1552641 commit 7d5787c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/scripts/product_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import sys
import urllib.request
from base64 import b64encode
import xml.etree.ElementTree as et

known_supported_version = {
'bitbucket': '7.21.0',
Expand Down

0 comments on commit 7d5787c

Please # to comment.