From 5e298c296b54f12adca92af29eb65b45769b62b5 Mon Sep 17 00:00:00 2001 From: Gin-Config Team Date: Thu, 15 Aug 2024 17:33:03 -0700 Subject: [PATCH] internal change PiperOrigin-RevId: 663514486 --- gin/config_parser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gin/config_parser.py b/gin/config_parser.py index d86c033..b06e536 100644 --- a/gin/config_parser.py +++ b/gin/config_parser.py @@ -13,6 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. + """Provides a parser for Gin configuration files.""" import abc