Skip to content
Snippets Groups Projects
Commit 59410d9e authored by Janet Goldstein's avatar Janet Goldstein
Browse files

WS-601: removed unneeded `print()` that was added to trigger a SonarLint scan

parent c78633ee
No related branches found
No related tags found
1 merge request!397WS-601: fixing potential sites of UnboundLocalError
Pipeline #2405 passed
......@@ -16,8 +16,6 @@ WEBLOG_FILENAME = "weblog.tgz"
SCIENCE_PRODUCT_PATTERN = re.compile("[a-zA-Z0-9._\\-+]*\\.tar")
JSON = Union[int, float, str, List["JSON"], Dict[str, "JSON"]]
print()
class IngestionManifestKey(Enum):
"""Sections we expect to see in a manifest"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment