Resolve Conflicts

This commit is contained in:
Tyler O 2025-02-12 09:44:34 +00:00 committed by Cyber MacGeddon
parent aef1ad7f39
commit 1b4d6feb04
6 changed files with 3 additions and 29 deletions

View file

@ -80,13 +80,7 @@ def main():
default=default_collection,
help=f'Collection ID (default: {default_collection})'
)
# parser.add_argument(
# '--pulsar-api-key',
# default=default_pulsar_api_key,
# help=f'Pulsar API key',
# )
args = parser.parse_args()
try: