Skip to content

Commit 65c1a94

Browse files
committed
Add script that probes all nodes in env for software details (async)
1 parent 1a73bdd commit 65c1a94

File tree

4 files changed

+385
-5
lines changed

4 files changed

+385
-5
lines changed

test_utilities/src/d1_test/mock_api/echo_credentials.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,14 @@
2929
"""
3030

3131
import logging
32-
3332
import re
3433

3534
import responses
3635

3736
import d1_common.const
3837
import d1_common.url
3938

40-
4139
import d1_test.mock_api.d1_exception
42-
4340
import d1_test.test_files
4441

4542
# Config

test_utilities/src/d1_test/utilities/my_subject.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
# flake8: noqa: F403
3333

3434

35-
3635
log = logging.getLogger(__name__)
3736
d1_common.utils.ulog.setup(is_debug=True)
3837

utilities/src/d1_util/check_scimeta_indexing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
DEFAULT_FORMAT_ID = "http://www.isotc211.org/2005/gmd"
5252

5353

54-
5554
def main():
5655
parser = d1_client.command_line.D1ClientArgParser(__doc__)
5756
parser.add_argument("path", help="Path to science metadata file")

0 commit comments

Comments
 (0)