Skip to content

Commit

Permalink
removed unnecessary decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinhydrolix committed Aug 20, 2024
1 parent 429f5b1 commit 42bbbc8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/hdx_cli/cli_interface/sources/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@

import click

from hdx_cli.library_api.utility.decorators import report_error_and_exit

from .kafka import kafka as command_kafka
from .kinesis import kinesis as command_kinesis
from .siem import siem as command_siem


@click.group(help="Sources-related operations")
@report_error_and_exit(exctype=Exception)
def sources():
pass

Expand Down

0 comments on commit 42bbbc8

Please sign in to comment.