fix(i18n, curriculum): fix review-python indentation in a function (#66623)

This commit is contained in:
DanielRosa74
2026-03-26 07:57:16 -03:00
committed by GitHub
parent 921097b321
commit 0c37028160
@@ -2077,7 +2077,7 @@ if __name__ == '__main__':
raise ValueError('Invalid configuration format') from e
config = parse_config('config.txt')
```
```
## Python Classes and Objects