Skip to content
Snippets Groups Projects
Commit dfd6e5b2 authored by lukaszszpak's avatar lukaszszpak
Browse files

chore: add configparser

parent 031f578f
4 merge requests!10Revert "test if load_default will download dump",!9Merge request,!8Revert "test if load_default will download dump",!7Revert "test if load_default will download dump"
Pipeline #15155 passed with stages
in 1 minute and 19 seconds
"""Implementation of download method."""
import os
import requests
from six.moves import configparser
config = configparser.ConfigParser()
config_path = os.path.join(os.path.dirname(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment