Files
distcloud/distributedcloud/dcmanager/db/sqlalchemy/migrate_repo/manage.py
Hugo Brito 9c91fffa07 Apply black formatter to dcmanager/db
This commit applies the Black format to the `dcmanager/db`
files to ensure that it adheres to the Black code style guidelines.

Test Plan:
PASS: Success in stx-distcloud-tox-black

Story: 2011149
Task: 50444

Change-Id: Id6b0e2f15ea7c8ee79b3c35b534bf3a27893256b
Signed-off-by: Hugo Brito <hugo.brito@windriver.com>
2024-07-29 21:20:59 -03:00

11 lines
205 B
Python

#!/usr/bin/env python
# Copyright (c) 2024 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
from migrate.versioning.shell import main
if __name__ == "__main__":
main(debug="False")