Skip to content
Snippets Groups Projects
Unverified Commit c2d47005 authored by Victor Morales's avatar Victor Morales Committed by GitHub
Browse files

Remove unused python imports (#7859)

parent c06896a3
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,6 @@ import sys
from datetime import timedelta, datetime, timezone
from pprint import pprint
parser = argparse.ArgumentParser(
description='Cleanup old branches in a GitLab project')
parser.add_argument('--api', default='https://gitlab.com/',
......
......@@ -4,7 +4,6 @@ import openstack
import logging
import datetime
import time
from pprint import pprint
DATE_FORMAT = '%Y-%m-%dT%H:%M:%SZ'
PAUSE_SECONDS = 5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment