Skip to content

Commit fc25547

Browse files
pieternkanterov
andauthored
Update pydabs/src/pydabs/main.py
Co-authored-by: Gleb Kanterov <[email protected]>
1 parent 331007e commit fc25547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydabs/src/pydabs/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
def main():
77
# Process command-line arguments
88
parser = argparse.ArgumentParser(
9-
description="Databricks job with catalog and schema parameters"
9+
description="Databricks job with catalog and schema parameters",
1010
)
1111
parser.add_argument("--catalog", required=True)
1212
parser.add_argument("--schema", required=True)

0 commit comments

Comments
 (0)