Skip to content
Snippets Groups Projects
Commit d9a48710 authored by akwizgran's avatar akwizgran
Browse files

Fix syntax error in import.

parent 9928ebbb
No related branches found
No related tags found
1 merge request!31Fix syntax error in import
Pipeline #14882 passed with warnings
......@@ -5,7 +5,7 @@ from subprocess import check_call
import hashlib
import utils
from utils import get_version, get_build_versions, reset_time, create_sources_jar \
from utils import get_version, get_build_versions, reset_time, create_sources_jar, \
get_sources_file_name, get_output_dir, get_sha256, pack, create_pom_file
from pathlib import Path
import tarfile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment