Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
c2d47005
Unverified
Commit
c2d47005
authored
3 years ago
by
Victor Morales
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused python imports (#7859)
parent
c06896a3
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/gitlab-branch-cleanup/main.py
+0
-2
0 additions, 2 deletions
scripts/gitlab-branch-cleanup/main.py
scripts/openstack-cleanup/main.py
+0
-1
0 additions, 1 deletion
scripts/openstack-cleanup/main.py
with
0 additions
and
3 deletions
scripts/gitlab-branch-cleanup/main.py
+
0
−
2
View file @
c2d47005
...
...
@@ -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/
'
,
...
...
This diff is collapsed.
Click to expand it.
scripts/openstack-cleanup/main.py
+
0
−
1
View file @
c2d47005
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment