Skip to content

Commit 3cf81cd

Browse files
committed
ruff format
1 parent 3aaa6d0 commit 3cf81cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/quarter_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ def get_quarter_name(quarter_code: str) -> str:
6969
# Test the function
7070
year, quarter = get_current_quarter_and_year()
7171
quarter_name = get_quarter_name(quarter)
72-
print(f"Current quarter: {quarter_name} {year} (code: {quarter})")
72+
print(f"Current quarter: {quarter_name} {year} (code: {quarter})")

0 commit comments

Comments
 (0)