From e909118a1d35a3f257d59f536ca1cfa00e90470d Mon Sep 17 00:00:00 2001 From: William Chargin Date: Fri, 28 Feb 2020 19:27:33 -0800 Subject: [PATCH] uploader: remove inoperative `f`-string Summary: This `f`-string has no interpolations, so it *can* be a normal string, and the Bazel target is marked `srcs_version = "PY2AND3"`, so it *must* be a normal string. Test Plan: This module now parses under Python 2: ``` python2 -c '__import__("ast").parse(__import__("sys").stdin.read())' \