Skip to content

Commit

Permalink
Addressing black reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-oqc committed Sep 12, 2024
1 parent aa2566e commit fad5263
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/QAT_RPC/qat_rpc/zmq/receiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def _sigint(self, *args):
def _sigterm(self, *args):
self.receiver.stop()


def main():
hw = None
metric_exporter = MetricExporter(backend=PrometheusReceiver(PROMETHEUS_PORT))
Expand All @@ -43,5 +44,6 @@ def main():
log.info(f"Starting receiver with {type(receiver._hardware)} hardware.")
receiver.run()


if __name__ == "__main__":
main()

0 comments on commit fad5263

Please sign in to comment.