8000 Fix formatting issues · realpython/materials@fd8ac39 · GitHub
[go: up one dir, main page]

Skip to content

Commit fd8ac39

Browse files
committed
Fix formatting issues
1 parent d04fdc7 commit fd8ac39

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python-uv/main.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ def display_breed_profile(breed):
2929

3030

3131
def parse_args():
32-
parser = argparse.ArgumentParser(description="Get information about cat breeds")
32+
parser = argparse.ArgumentParser(
33+
description="Get information about cat breeds",
34+
)
3335
parser.add_argument(
3436
"breed",
3537
help="Name of cat breed (e.g., 'Siamese')",

0 commit comments

Comments
 (0)
0