From 3e9ba2077359e937885e57a4ccd73b80aa06d08d Mon Sep 17 00:00:00 2001 From: Varun Sundar Rabindranath Date: Wed, 6 Mar 2024 15:23:24 -0500 Subject: [PATCH] Formatting : Fix yapf (#101) SUMMARY: Fix setup.py formatting TEST PLAN: yapf job on this PR Co-authored-by: Varun Sundar Rabindranath --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d9d8d1f655b5b..84c452225a0dc 100644 --- a/setup.py +++ b/setup.py @@ -473,7 +473,7 @@ def get_extra_requirements() -> dict: "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", - "License :: Other/Proprietary License", + "License :: Other/Proprietary License", "Topic :: Scientific/Engineering :: Artificial Intelligence", ], license_files=('LICENSE', 'licenses/LICENSE.apache',