line too longpep8の問題が発生していE501ます。
f'Leave Request created successfully. Approvers sent the request for approval: {leave_approver_list}'
私は複数行の文字列を使用しようとしましたが、それは をもたらし、\n私のテストを破ります:
f'''Leave Request created successfully.
Approvers sent the request for approval: {leave_approver_list}'''
どうすればそれを1行に保ち、リンティングを渡すことができますpep8か