Commit 06e58a6
uploader: remove inoperative
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())' \
<tensorboard/uploader/uploader_main.py
```
wchargin-branch: uploader-remove-fstringf-string (#3311)1 parent 8800eee commit 06e58a6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
483 | 483 | | |
484 | 484 | | |
485 | 485 | | |
486 | | - | |
| 486 | + | |
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
| |||
0 commit comments