Skip to content

Commit ae24ef6

Browse files
rickeylevaignas
andauthored
Update python/private/site_init_template.py
Co-authored-by: Ignas Anikevicius <[email protected]>
1 parent d54b1d8 commit ae24ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/site_init_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
_IMPORTS_STR = "%imports%"
2121
# Though the import all value is the correct literal, we quote it
2222
# so this file is parsable by tools.
23-
_IMPORT_ALL = True if "%import_all%" == "True" else False
23+
_IMPORT_ALL = "%import_all%" == "True"
2424
_WORKSPACE_NAME = "%workspace_name%"
2525
# runfiles-relative path to this file
2626
_SELF_RUNFILES_RELATIVE_PATH = "%site_init_runfiles_path%"

0 commit comments

Comments
 (0)