Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
f5314484
Unverified
Commit
f5314484
authored
Jun 14, 2024
by
Marcel
Committed by
GitHub
Jun 14, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unused import (#10826)
parent
c76c5420
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
4 deletions
+0
-4
__init__.py
bedrock-devnet/devnet/__init__.py
+0
-2
tag-service.py
ops/tag-service/tag-service.py
+0
-1
tag-tool.py
ops/tag-service/tag-tool.py
+0
-1
No files found.
bedrock-devnet/devnet/__init__.py
View file @
f5314484
...
@@ -4,12 +4,10 @@ import os
...
@@ -4,12 +4,10 @@ import os
import
subprocess
import
subprocess
import
json
import
json
import
socket
import
socket
import
calendar
import
datetime
import
datetime
import
time
import
time
import
shutil
import
shutil
import
http.client
import
http.client
import
gzip
from
multiprocessing
import
Process
,
Queue
from
multiprocessing
import
Process
,
Queue
import
concurrent.futures
import
concurrent.futures
from
collections
import
namedtuple
from
collections
import
namedtuple
...
...
ops/tag-service/tag-service.py
View file @
f5314484
...
@@ -3,7 +3,6 @@ import logging.config
...
@@ -3,7 +3,6 @@ import logging.config
import
os
import
os
import
re
import
re
import
subprocess
import
subprocess
import
sys
import
click
import
click
import
semver
import
semver
...
...
ops/tag-service/tag-tool.py
View file @
f5314484
import
argparse
import
argparse
import
subprocess
import
subprocess
import
re
import
semver
import
semver
SERVICES
=
[
SERVICES
=
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment