From b9950deaf9d0663d0cda41341fa6032d3cecba8c Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Mon, 15 Mar 2021 17:30:08 +0900 Subject: [PATCH] Modify to address flake8 v3.9 format check * Removed trailing whitespace to pass awx-api-lint check Signed-off-by: Hideki Saito --- awx/conf/migrations/0005_v330_rename_two_session_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/conf/migrations/0005_v330_rename_two_session_settings.py b/awx/conf/migrations/0005_v330_rename_two_session_settings.py index 4e4b561ec4..1f20343951 100644 --- a/awx/conf/migrations/0005_v330_rename_two_session_settings.py +++ b/awx/conf/migrations/0005_v330_rename_two_session_settings.py @@ -23,4 +23,4 @@ class Migration(migrations.Migration): operations = [ migrations.RunPython(copy_session_settings, reverse_copy_session_settings), ] - \ No newline at end of file +