diff options
Diffstat (limited to 'gitlab/config.py')
-rw-r--r-- | gitlab/config.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gitlab/config.py b/gitlab/config.py index d2a05df..9363b64 100644 --- a/gitlab/config.py +++ b/gitlab/config.py @@ -15,12 +15,12 @@ # You should have received a copy of the GNU Lesser General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -import os import configparser +import os import shlex import subprocess -from typing import List, Optional, Union from os.path import expanduser, expandvars +from typing import List, Optional, Union from gitlab.const import USER_AGENT |