We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04fdc7 commit fd8ac39Copy full SHA for fd8ac39
python-uv/main.py
@@ -29,7 +29,9 @@ def display_breed_profile(breed):
29
30
31
def parse_args():
32
- parser = argparse.ArgumentParser(description="Get information about cat breeds")
+ parser = argparse.ArgumentParser(
33
+ description="Get information about cat breeds",
34
+ )
35
parser.add_argument(
36
"breed",
37
help="Name of cat breed (e.g., 'Siamese')",
0 commit comments