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 3aaa6d0 commit 3cf81cdCopy full SHA for 3cf81cd
src/quarter_utils.py
@@ -69,4 +69,4 @@ def get_quarter_name(quarter_code: str) -> str:
69
# Test the function
70
year, quarter = get_current_quarter_and_year()
71
quarter_name = get_quarter_name(quarter)
72
- print(f"Current quarter: {quarter_name} {year} (code: {quarter})")
+ print(f"Current quarter: {quarter_name} {year} (code: {quarter})")
0 commit comments