Fix Python Formatting (#2679)
Updated version of black to 26.1.0 updated some formatting rules Signed-off-by: David Galiffi <David.Galiffi@amd.com>
This commit is contained in:
@@ -75,8 +75,7 @@ class required_table:
|
||||
|
||||
def print_help():
|
||||
"""Print out the help message"""
|
||||
print(
|
||||
f"""
|
||||
print(f"""
|
||||
ROCPD Database Validation Tool
|
||||
|
||||
DESCRIPTION:
|
||||
@@ -115,8 +114,7 @@ def print_help():
|
||||
64 - Invalid command line arguments (EX_USAGE)
|
||||
65 - Validation failures detected (EX_DATAERR)
|
||||
1 - General error (database connection, file not found, etc.)
|
||||
"""
|
||||
)
|
||||
""")
|
||||
|
||||
|
||||
def validate_table(cursor, rule, tables) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user